-
-
Save aa6my/d7be897883180fb2aefccb7f623c87e0 to your computer and use it in GitHub Desktop.
Msys2 terminal profiles for Visual Studio Code
This file contains hidden or 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
"terminal.integrated.profiles.windows": { | |
"MINGW64 / MSYS2": { | |
"path": "C:/msys64/msys2_shell.cmd", | |
"args": [ | |
"-defterm", | |
"-here", | |
"-no-start", | |
"-mingw64" | |
], | |
}, | |
"MINGW32 / MSYS2": { | |
"path": "C:/msys64/msys2_shell.cmd", | |
"args": [ | |
"-defterm", | |
"-here", | |
"-no-start", | |
"-mingw32" | |
] | |
}, | |
"MSYS / MSYS2": { | |
"path": "C:/msys64/msys2_shell.cmd", | |
"args": [ | |
"-defterm", | |
"-here", | |
"-no-start", | |
"-msys" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment