Version 4 (modified by 4 years ago) ( diff ) | ,
---|
Visual Studio Code is a freeware source-code editor made by Microsoft for Windows, Linux and macOS.
Setup
- Open User Settings.
- On Windows/Linux - File > Preferences > Settings
- On macOS - Code > Preferences > Settings
- Add your remote configs to "remotefs.remote" in your User Settings.
"remotefs.remote": {
"cypress-home": {
"scheme": "sftp", "host": "cypress.tulane.edu", "username": "fuji", "rootPath": "/home/fuji"
}, "cypress-lustre": {
"scheme": "sftp", "host": "cypress.tulane.edu", "username": "fuji", "rootPath": "/lustre/project/dpg/fuji"
}
}
- Cmd+Shift+P open command palette(Ctrl+Shift+P on Windows/Linux), run Remote FS: Add Folder to Workspace command.
Attachments (1)
- Screen Shot 2021-05-19 at 2.28.03 PM.png (478.1 KB ) - added by 4 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.