We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096cd4e commit e0d33a6Copy full SHA for e0d33a6
1 file changed
.github/devImage.jsonc
@@ -12,7 +12,7 @@
12
13
},
14
15
- // "remoteUser": "root", // run as root when in prod
+ // "remoteUser": "root", // run as root when debugging
16
17
"remoteEnv": {
18
"target_repo": "https://github.com/dleeftink/observable-python-codespace.git",
@@ -31,11 +31,10 @@
31
// "waitFor": "updateContentCommand",
32
33
// to do: env.yaml
34
- "onCreateCommand": "bash -c 'eval \"$(micromamba shell hook --shell bash)\" && micromamba activate && micromamba install python -c conda-forge -y'",
35
"postCreateCommand": "source .devcontainer/setup.sh",
36
37
"postAttachCommand": {
38
- //"serve": "bash -c 'eval \"$(micromamba shell hook -s bash )\" && micromamba activate base && npm run get && npm run obs'"
+ "serve": "npm run dep && npm run dev"
39
40
41
// Configure tool-specific properties.
0 commit comments