We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b91f commit ca245b8Copy full SHA for ca245b8
1 file changed
.devcontainer/devcontainer.json
@@ -32,7 +32,7 @@
32
}
33
},
34
35
- "postAttachCommand": "./.devcontainer/installWPILibExtension.sh"
+ "postAttachCommand": "./.devcontainer/installWPILibExtension.sh && exit"
36
37
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
38
// "remoteUser": "root"
0 commit comments