Skip to content

Commit ee63768

Browse files
authored
use postStartCommand to install WPILib extension
1 parent 3e0a20b commit ee63768

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// "forwardPorts": [],
1818

1919
// Use 'postCreateCommand' to run commands after the container is created.
20-
"postCreateCommand": "./.devcontainer/installWPILibExtension.sh",
20+
// "postCreateCommand": "",
2121

2222
// Configure tool-specific properties.
2323
"customizations": {
@@ -30,7 +30,9 @@
3030
"vcjava.vscode-java-dependency"
3131
]
3232
}
33-
}
33+
},
34+
35+
"postStartCommand": "./.devcontainer/installWPILibExtension.sh"
3436

3537
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3638
// "remoteUser": "root"

0 commit comments

Comments
 (0)