Skip to content

Commit

Permalink
chore: add vscode recommended extensions (#6739)
Browse files Browse the repository at this point in the history
This will make it easier to contribute for newbie rust developers if
they not have proper extensions.
  • Loading branch information
pumano authored Nov 21, 2024
1 parent 5145a50 commit 6d50ee0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"rust-lang.rust-analyzer", // official rust extension
"vadimcn.vscode-lldb", // for debugging
"tamasfe.even-better-toml" // toml syntax
]
}

0 comments on commit 6d50ee0

Please sign in to comment.