Skip to content

Commit

Permalink
feat: create cli to start vscode with extension mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anliksim committed Aug 20, 2022
0 parents commit 732ac8d
Show file tree
Hide file tree
Showing 9 changed files with 1,070 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
14 changes: 14 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"recommendations": [
"vadimcn.vscode-lldb",
"mutantdino.resourcemonitor",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates"
],
"unwantedRecommendations": [
"vscode.typescript-language-features",
"vscode.github",
"vscode.github-authentication"
]
}
Loading

0 comments on commit 732ac8d

Please sign in to comment.