Skip to content

Commit 85ef3ed

Browse files
committed
Add additional VS Code extensions to devcontainer configuration
1 parent 6aff523 commit 85ef3ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
"customizations": {
2222
"vscode": {
2323
"extensions": [
24+
"ms-python.python",
25+
"Github.copilot",
26+
"kameshkotwani.google-search",
27+
"lacroixdavid1.vscode-format-context-menu",
28+
"task.vscode-task",
29+
"redhat.vscode-yaml",
30+
"esbenp.prettier-vscode",
31+
"editorconfig.editorconfig",
32+
"davidanson.vscode-markdownlint",
33+
"foxundermoon.shell-format",
34+
"gruntfuggly.todo-tree"
2435
]
2536
}
2637
},

0 commit comments

Comments
 (0)