We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2d93 commit 417f239Copy full SHA for 417f239
1 file changed
.devcontainer/devcontainer.json
@@ -30,6 +30,9 @@
30
31
// Use 'postCreateCommand' to run commands after the container is created.
32
"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",
36
37
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
38
"remoteUser": "node"
0 commit comments