Skip to content

Commit

Permalink
Updated VSCode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
thoukydides committed Sep 20, 2024
1 parent 1e33d0f commit 2e4d251
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"customizations": {
"vscode": {
"extensions": [
"amazonwebservices.amazon-q-vscode",
"bierner.markdown-preview-github-styles",
"dbaeumer.vscode-eslint",
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker",
"bierner.markdown-preview-github-styles",
"amazonwebservices.aws-toolkit-vscode",
"Tyriar.sort-lines"
"tyriar.sort-lines"
]
}
},
Expand Down
7 changes: 4 additions & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"recommendations": [
"amazonwebservices.amazon-q-vscode",
"bierner.markdown-preview-github-styles",
"dbaeumer.vscode-eslint",
"amazonwebservices.aws-toolkit-vscode",
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker",
"tyriar.sort-lines",
"bierner.markdown-preview-github-styles"
"tyriar.sort-lines"
]
}

0 comments on commit 2e4d251

Please sign in to comment.