8 | | On Windows/Linux - File > Preferences > Settings |
9 | | On macOS - Code > Preferences > Settings |
10 | | Add your remote configs to "remotefs.remote" in your User Settings. |
| 7 | * Open User Settings. |
| 8 | - On Windows/Linux - File > Preferences > Settings |
| 9 | - On macOS - Code > Preferences > Settings |
| 10 | * Add your remote configs to "remotefs.remote" in your User Settings. |
| 11 | ''' |
| 12 | "remotefs.remote": { |
| 13 | "cypress-home": { |
| 14 | "scheme": "sftp", |
| 15 | "host": "cypress.tulane.edu", |
| 16 | "username": "fuji", |
| 17 | "rootPath": "/home/fuji" |
| 18 | }, |
| 19 | "cypress-lustre": { |
| 20 | "scheme": "sftp", |
| 21 | "host": "cypress.tulane.edu", |
| 22 | "username": "fuji", |
| 23 | "rootPath": "/lustre/project/dpg/fuji" |
| 24 | } |
| 25 | } |
| 26 | ''' |
| 27 | * Cmd+Shift+P open command palette(Ctrl+Shift+P on Windows/Linux), run Remote FS: Add Folder to Workspace command. |