Skip to content

Commit 6e5a9de

Browse files
authored
Update devImage.jsonc
1 parent ce7d88f commit 6e5a9de

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/devImage.jsonc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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",
@@ -27,17 +27,15 @@
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"]/*,

0 commit comments

Comments
 (0)