Changes between Version 4 and Version 5 of cypress/VScode


Ignore:
Timestamp:
05/19/21 14:50:12 (3 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/VScode

    v4 v5  
    99 - On macOS - Code > Preferences > Settings
    1010* Add your remote configs to "remotefs.remote" in your User Settings.
    11 '''
     11{{{#!bash
    1212    "remotefs.remote": {
    1313        "cypress-home": {
    1414            "scheme": "sftp",
    1515            "host": "cypress.tulane.edu",
    16             "username": "fuji",
    17             "rootPath": "/home/fuji"
     16            "username": "YOUR USER ID",
     17            "rootPath": "/home/YOUR_HOME"
    1818        },
    1919        "cypress-lustre": {
    2020            "scheme": "sftp",
    2121            "host": "cypress.tulane.edu",
    22             "username": "fuji",
    23             "rootPath": "/lustre/project/dpg/fuji"
     22            "username": "YOUR USER ID",
     23            "rootPath": "/lustre/project/YOUR_PROJECT_DIR"
    2424        }
    2525    }
    26 '''
     26}}}
    2727* Cmd+Shift+P open command palette(Ctrl+Shift+P on Windows/Linux), run Remote FS: Add Folder to Workspace command.
    2828