Commit c6b8894
authored
Start vscode in current directory by default
Current behavior is to start in $REPO_DIR if $CODE_WORKINGDIR is
not set. However, in JupyterHubs, you want to default to starting in
current working directory, which is often set to /home/jovyan or
similar. Current working directory is already set to $REPO_DIR in
mybinder.org by default, so this should be a no-op in mybinder.org
while doing the expected thing on JupyterHubs.1 parent 53b509d commit c6b8894
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments