Skip to content

Commit aa350b1

Browse files
authored
Fix typo
1 parent 01a5c6d commit aa350b1

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": "postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && npm ci && npm run build",
32+
"postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && 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)