Skip to content

Commit 1d55ec2

Browse files
avoid rebuilding debug adapter on every codespace attach
1 parent fb1ce6c commit 1d55ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ghcr.io/devcontainers/features/node:1": {}
66
},
77
"postCreateCommand": ".devcontainer/setup.sh",
8-
"postAttachCommand": ".devcontainer/setup.sh && code --install-extension gabagool-debug-adapter/gabagool-debug.vsix --force",
8+
"postAttachCommand": "code --install-extension gabagool-debug-adapter/gabagool-debug.vsix --force",
99
"customizations": {
1010
"vscode": {
1111
"settings": {

0 commit comments

Comments
 (0)