Skip to content

Commit

Permalink
Remove a few under used vscode extensions (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergiy Matusevych <sergiym@microsoft.com>
  • Loading branch information
bpkroth and motus authored Jul 1, 2024
1 parent 7daf3fa commit 5338631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"davidanson.vscode-markdownlint",
"donjayamanne.githistory",
"donjayamanne.python-environment-manager",
"eamodio.gitlens",
"editorconfig.editorconfig",
Expand All @@ -67,7 +66,6 @@
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"gruntfuggly.todo-tree",
"hashicorp.terraform",
"huntertran.auto-markdown-toc",
"ibm.output-colorizer",
"lextudio.restructuredtext",
Expand All @@ -84,8 +82,7 @@
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
"trond-snekvik.simple-rst",
"tyriar.sort-lines",
"waderyan.gitblame"
"tyriar.sort-lines"
]
}
}
Expand Down
5 changes: 1 addition & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"donjayamanne.githistory",
"donjayamanne.python-environment-manager",
"eamodio.gitlens",
"editorconfig.editorconfig",
Expand All @@ -10,7 +9,6 @@
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"gruntfuggly.todo-tree",
"hashicorp.terraform",
"huntertran.auto-markdown-toc",
"ibm.output-colorizer",
"lextudio.restructuredtext",
Expand All @@ -27,7 +25,6 @@
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
"trond-snekvik.simple-rst",
"tyriar.sort-lines",
"waderyan.gitblame"
"tyriar.sort-lines"
]
}

0 comments on commit 5338631

Please sign in to comment.