Dup Goto 📝

CygwinTerminalProfile

PT2/aw/editor/code 07-31 13:46:45
To Pop
15 lines, 29 words, 388 chars Monday 2023-07-31 13:46:45

Add this to user settings (Json)

  "terminal.integrated.profiles.windows": {
    "cygwin": {
        "path": "C:\\cygwin64\\bin\\bash.exe",
        "args": ["--login"],
        "overrideName": true,
        "color": "terminal.ansiRed",
        "env": {
            "CHERE_INVOKING": "y"
        }      
     }
  },
  "terminal.integrated.defaultProfile.windows": "cygwin"