mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 08:38:09 -05:00
Fix devcontainer generation
This commit is contained in:
parent
1ef5d5bbbd
commit
56afc82010
@ -29,5 +29,7 @@
|
|||||||
// "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",
|
||||||
|
"containerUser": "node",
|
||||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
|
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user