VSCODE上でCygwinターミナル使う


VSCODE上でCygwinターミナル使う

settings.json
    "terminal.integrated.shell.windows": "c:\\cygwin\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": ["--login"]

ってする。

関連:Cygwinインストール