Skip to content

Commit f4c8fa7

Browse files
GeekTrainerCopilot
andauthored
Update .devcontainer/devcontainer.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4342204 commit f4c8fa7

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,20 @@
1616
"forwardPorts": [
1717
4321,
1818
5100
19-
]
19+
],
2020
// Configure tool-specific properties.
21-
// "customizations": {},
21+
"customizations": {
22+
"vscode": {
23+
"extensions": [
24+
"github.copilot",
25+
"github.copilot-chat",
26+
"ms-python.python",
27+
"ms-python.vscode-pylance",
28+
"svelte.svelte-vscode",
29+
"astro-build.astro-vscode"
30+
]
31+
}
32+
},
2233

2334
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2435
// "remoteUser": "root"

0 commit comments

Comments
 (0)