Skip to content

Commit

Permalink
chore(config): πŸ§‘β€πŸ’» update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Apr 4, 2024
1 parent f679469 commit 7ff8399
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"recommendations": [
"asciidoctor.asciidoctor-vscode",
"bufbuild.vscode-buf",
"dprint.dprint",
"rust-lang.rust-analyzer",
"seaql.firedbg-rust",
"serayuzgur.crates"
"serayuzgur.crates",
"tamasfe.even-better-toml",
"vadimcn.vscode-lldb"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"xtask"
],
"editor.defaultFormatter": "dprint.dprint",
"[json]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[dockerfile]": {
"editor.defaultFormatter": "dprint.dprint"
},
Expand All @@ -20,5 +23,6 @@
"[rust]": {
"editor.defaultFormatter": "dprint.dprint"
},
"rust-analyzer.check.command": "clippy",
"rust-analyzer.linkedProjects": ["./Cargo.toml"]
}

0 comments on commit 7ff8399

Please sign in to comment.