Skip to content

Commit e3c7bfa

Browse files
authored
Remove changes to postCreateCommand
1 parent ed611ea commit e3c7bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"forwardPorts": [4000],
3030

3131
// Use 'postCreateCommand' to run commands after the container is created.
32-
"postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && npm ci && npm run build",
32+
"postCreateCommand": "npm ci && npm run build",
3333

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

0 commit comments

Comments
 (0)