Fix "Workspace folder not specified in devcontainer.json"
This commit is contained in:
parent
90a6a533f2
commit
bae6972a49
1 changed files with 2 additions and 1 deletions
|
@ -25,5 +25,6 @@
|
||||||
// "postCreateCommand": "yarn install",
|
// "postCreateCommand": "yarn install",
|
||||||
|
|
||||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||||
"remoteUser": "node"
|
"remoteUser": "node",
|
||||||
|
"workspaceFolder": "/workspace"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue