Skip to content

Commit

Permalink
Remove un-necessary extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed May 28, 2023
1 parent dcd41b7 commit 211afab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.makefile-tools",
"ms-vsliveshare.vsliveshare-pack",
"streetsidesoftware.code-spell-checker"
"ms-vscode.makefile-tools"
],
"settings": {
"git.ignoredRepositories": [
Expand Down

0 comments on commit 211afab

Please sign in to comment.