We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1ce6c commit 1d55ec2Copy full SHA for 1d55ec2
1 file changed
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
"ghcr.io/devcontainers/features/node:1": {}
6
},
7
"postCreateCommand": ".devcontainer/setup.sh",
8
- "postAttachCommand": ".devcontainer/setup.sh && code --install-extension gabagool-debug-adapter/gabagool-debug.vsix --force",
+ "postAttachCommand": "code --install-extension gabagool-debug-adapter/gabagool-debug.vsix --force",
9
"customizations": {
10
"vscode": {
11
"settings": {
0 commit comments