File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 },
1414
15- // "remoteUser": "root", // run as root when debugging
15+ // "remoteUser": "root", // run as root when in prod
1616
1717 "remoteEnv" : {
1818 "target_repo" : " https://github.com/dleeftink/observable-python-codespace.git" ,
2727 }
2828 },
2929
30- // "onCreateCommand": "echo 'Please wait for live pane ...' | sudo tee /usr/local/etc/vscode-dev-containers/first-run-notice.txt ",
30+ "onCreateCommand" : " echo 'Please wait for live pane ...'" ,
3131 // "waitFor": "updateContentCommand",
3232
33- // to do: env.yaml
3433 "postCreateCommand" : " source .devcontainer/setup.sh" ,
3534
3635 "postAttachCommand" : {
3736 "serve" : " npm run dep && npm run dev"
3837 },
3938
40- // Configure tool-specific properties.
4139 "customizations" : {
4240 "vscode" : {
4341 "extensions" : [" ms-azuretools.vscode-docker" ]/* ,
You can’t perform that action at this time.
0 commit comments