Skip to content

Commit

Permalink
[devtools] vscode workspace settings (#9527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun authored Aug 7, 2023
1 parent 2070c26 commit 1e8ecb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"rust-lang.rust-analyzer"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.rustfmt.extraArgs": [
"+nightly"
]
}

0 comments on commit 1e8ecb3

Please sign in to comment.