Changes between Version 3 and Version 4 of cypress/VScode


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

Legend:

Unmodified
Added
Removed
Modified
  • cypress/VScode

    v3 v4  
    11[https://code.visualstudio.com/ Visual Studio Code] is a '''freeware source-code editor''' made by Microsoft for Windows, Linux and macOS.
    22
    3 [[Image(Screen Shot 2021-05-19 at 2.28.03 PM.png)]]
     3[[Image(Screen Shot 2021-05-19 at 2.28.03 PM.png, center, 40%)]]
    44
    5 Setup
    6 Open User Settings.
     5== Setup ==
    76
    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.
    1128
    12 Cmd+Shift+P open command palette(Ctrl+Shift+P on Windows/Linux), run Remote FS: Add Folder to Workspace command.
    13