Difference between revisions of "Jupyter via VSCode remote-ssh with singularity on ifarm"

From epsciwiki
Jump to navigation Jump to search
(Created page with " Here are instructions for configuring your local VSCode to connect to")
 
Line 2: Line 2:
  
 
Here are instructions for configuring your local VSCode to connect to
 
Here are instructions for configuring your local VSCode to connect to
 +
 +
 +
 +
In VSCode
 +
# Open the command palette using Cmd+shift+P or from the gear menu in the bottom left of the window
 +
# Type "settings.json" and then select ''Preferences: Open User Settings (JSON)''
 +
# Add the following to your settings (if you have other settings already, you may need to add a comma to the line before this one!):
 +
  "remote.SSH.enableRemoteCommand": true

Revision as of 12:40, 17 June 2023


Here are instructions for configuring your local VSCode to connect to


In VSCode

  1. Open the command palette using Cmd+shift+P or from the gear menu in the bottom left of the window
  2. Type "settings.json" and then select Preferences: Open User Settings (JSON)
  3. Add the following to your settings (if you have other settings already, you may need to add a comma to the line before this one!):
 "remote.SSH.enableRemoteCommand": true