Skip to content

Commit

Permalink
Enumerate recommended VS Code extensions
Browse files Browse the repository at this point in the history
All team members should install these extensions if using VS Code.
  • Loading branch information
dansteren committed Nov 29, 2023
1 parent 945098d commit 6e978a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.dfx
.DS_Store
.vscode/*
!.vscode/extensions.json
dist
node_modules
target
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"bierner.comment-tagged-templates",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"rust-lang.rust-analyzer"
]
}

0 comments on commit 6e978a1

Please sign in to comment.