mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
24 lines
No EOL
671 B
JSON
24 lines
No EOL
671 B
JSON
{
|
|
"terminal.integrated.profiles.windows": {
|
|
"Ubuntu (WSL)": {
|
|
"path": "C:\\Windows\\Sysnative\\bash.exe",
|
|
},
|
|
"MSYS2": {
|
|
"path": "C:\\msys64\\usr\\bin\\bash.exe",
|
|
"args": ["--login", "-i"],
|
|
"env": {
|
|
"MSYSTEM": "MSYS",
|
|
"CHERE_INVOKING": "1",
|
|
}
|
|
},
|
|
"Cygwin": {
|
|
"path": "C:\\cygwin64\\bin\\bash.exe",
|
|
"args": ["--login", "-i"],
|
|
"env": {
|
|
"MSYSTEM": "Cygwin",
|
|
"CHERE_INVOKING": "1",
|
|
}
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.windows": "MSYS2",
|
|
} |