You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/day2/IDEs.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -958,7 +958,7 @@ Main panes and useful panels
958
958
:class: dropdown
959
959
960
960
* Use the Command Palette (``Ctrl+Shift+P`` / ``F1``) to find commands quickly (interpreter selection, remote commands, setting server install path).
961
-
* Open the integrated terminal (``Ctrl+` ``) to run modules, activate conda/venv, or submit batch jobs.
961
+
* Open the integrated terminal (``Ctrl+\` ``) to run modules, activate conda/venv, or submit batch jobs.
962
962
* Use the Python: Select Interpreter command to point VS Code at the exact Python executable on the remote host (useful after module load or activate).
963
963
* For notebooks, choose "Existing Jupyter Server" to connect VS Code to a Jupyter server running on a compute node.
964
964
* Split the editor (``Ctrl+\``) to compare files or keep docs and code side-by-side.
0 commit comments