We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5106b8 commit b939311Copy full SHA for b939311
.devcontainer/devcontainer.json
@@ -14,5 +14,5 @@
14
}
15
},
16
"workspaceFolder": "/workspaces/liquidjava-examples/examples/demo",
17
- "postAttachCommand": "bash ../../setup.sh"
+ "postAttachCommand": "cd ../../ && bash setup.sh && cd ./examples/demo"
18
0 commit comments