@@ -97,7 +97,7 @@ def get_dev_env_run_plan_dict(
9797 " && echo"
9898 " && echo 'To open in VS Code Desktop, use link below:'"
9999 " && echo"
100- ' && echo " vscode://vscode-remote/ssh-remote+dry-run$DSTACK_REPO_DIR "'
100+ ' && echo " vscode://vscode-remote/ssh-remote+dry-run$DSTACK_WORKING_DIR "'
101101 " && echo"
102102 " && echo 'To connect via SSH, use: `ssh dry-run`'"
103103 " && echo"
@@ -121,7 +121,7 @@ def get_dev_env_run_plan_dict(
121121 " && echo"
122122 " && echo 'To open in VS Code Desktop, use link below:'"
123123 " && echo"
124- ' && echo " vscode://vscode-remote/ssh-remote+dry-run$DSTACK_REPO_DIR "'
124+ ' && echo " vscode://vscode-remote/ssh-remote+dry-run$DSTACK_WORKING_DIR "'
125125 " && echo"
126126 " && echo 'To connect via SSH, use: `ssh dry-run`'"
127127 " && echo"
@@ -302,7 +302,7 @@ def get_dev_env_run_dict(
302302 " && echo"
303303 " && echo 'To open in VS Code Desktop, use link below:'"
304304 " && echo"
305- ' && echo " vscode://vscode-remote/ssh-remote+test-run$DSTACK_REPO_DIR "'
305+ ' && echo " vscode://vscode-remote/ssh-remote+test-run$DSTACK_WORKING_DIR "'
306306 " && echo"
307307 " && echo 'To connect via SSH, use: `ssh test-run`'"
308308 " && echo"
@@ -326,7 +326,7 @@ def get_dev_env_run_dict(
326326 " && echo"
327327 " && echo 'To open in VS Code Desktop, use link below:'"
328328 " && echo"
329- ' && echo " vscode://vscode-remote/ssh-remote+test-run$DSTACK_REPO_DIR "'
329+ ' && echo " vscode://vscode-remote/ssh-remote+test-run$DSTACK_WORKING_DIR "'
330330 " && echo"
331331 " && echo 'To connect via SSH, use: `ssh test-run`'"
332332 " && echo"
0 commit comments