- In VS Code, press
F1
and run theRemote-SSH: Open SSH Host...
command.- If the command isn't available, make sure that Remote - SSH extension is installed (but it should be available out of the box).
- Enter
[email protected]
(withtrainXY
replaced by your training account) and press enter. - In the popup input box, enter your password and press enter.
After a second or two, you should have VS Code running on a Perlmutter login node! 🎉
-
Run a command: Press
F1
orCTRL/CMD + SHIFT + P
-
Open a terminal:
Ctrl + `
-
Open a folder from the terminal:
code -r .
-
Search for a file:
CTRL/CMD + T
-
Search for a function in a file:
CTRL/CMD + R
-
Open the REPL:
ALT/OPTION + J
followed byALT/OPTION + O
-
Restart the REPL:
ALT/OPTION + J
followed byALT/OPTION + R
-
Kill the REPL:
ALT/OPTION + J
followed byALT/OPTION + K
-
Change the Julia environment:
ALT/OPTION + J
followed byALT/OPTION + E