We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0a20b commit ee63768Copy full SHA for ee63768
1 file changed
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
// "forwardPorts": [],
18
19
// Use 'postCreateCommand' to run commands after the container is created.
20
- "postCreateCommand": "./.devcontainer/installWPILibExtension.sh",
+ // "postCreateCommand": "",
21
22
// Configure tool-specific properties.
23
"customizations": {
@@ -30,7 +30,9 @@
30
"vcjava.vscode-java-dependency"
31
]
32
}
33
- }
+ },
34
+
35
+ "postStartCommand": "./.devcontainer/installWPILibExtension.sh"
36
37
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
38
// "remoteUser": "root"
0 commit comments