Fix "Workspace folder not specified in devcontainer.json"

This commit is contained in:
William Brawner 2022-10-18 03:47:07 +00:00
parent 90a6a533f2
commit bae6972a49

View file

@ -25,5 +25,6 @@
// "postCreateCommand": "yarn install",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
"remoteUser": "node",
"workspaceFolder": "/workspace"
}