Skip to content

Instantly share code, notes, and snippets.

@shiro01
Last active November 23, 2018 02:12
Show Gist options
  • Save shiro01/e4337c7476f6b0b142ceb08f95280ae6 to your computer and use it in GitHub Desktop.
Save shiro01/e4337c7476f6b0b142ceb08f95280ae6 to your computer and use it in GitHub Desktop.
VSCodeのターミナルをMSYS2にする設定を追加したのでメモ
{
"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
}
@shiro01
Copy link
Author

shiro01 commented Nov 19, 2018

"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment