Last active
November 23, 2018 02:12
-
-
Save shiro01/e4337c7476f6b0b142ceb08f95280ae6 to your computer and use it in GitHub Desktop.
VSCodeのターミナルをMSYS2にする設定を追加したのでメモ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"git.autofetch": true, | |
"terminal.integrated.shell.windows": "C:\\msys64\\msys2_shell.cmd", | |
"terminal.integrated.shellArgs.windows": [ | |
"-mingw64", | |
"-defterm", | |
"-no-start", | |
"-here", | |
"-full-path" | |
], | |
"terminal.integrated.cursorStyle": "line", | |
"terminal.integrated.setLocaleVariables": true, | |
"editor.renderControlCharacters": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",