Skip to content

Commit 417f239

Browse files
authored
Add postCreateCommand
1 parent 98c2d93 commit 417f239

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030

3131
// Use 'postCreateCommand' to run commands after the container is created.
3232
"postCreateCommand": "npm ci && npm run build",
33+
34+
// Use 'postCreateCommand' to install the Open Reusables extension.
35+
"postCreateCommand": "code --install-extension .vscode/open-reusable-1.3.0.vsix",
3336

3437
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3538
"remoteUser": "node"

0 commit comments

Comments
 (0)