Windows上VSCODE 集成Cygwin终端

 

https://code.visualstudio.com/docs/terminal/profiles

 

 

Cygwin

Cygwin itself is a terminal, but you can use the Cygwin shell in VS Code with the following profile:

{
  "terminal.integrated.profiles.windows": {
    "Cygwin": {
      "path": "C:\\cygwin64\\bin\\bash.exe",
      "args": ["--login"]
    }
  },
  "terminal.integrated.defaultProfile.windows": "Cygwin"
}

 

posted @ 2022-12-07 17:31  sinferwu  阅读(802)  评论(0编辑  收藏  举报