mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 15:40:04 +00:00
this works if MSYS2 is installed in the default path allow building RetroArch from the command pallete Allow building, and starting RetroArch via vscode Tasks use 3 whitespaces for tabs
12 lines
432 B
JSON
12 lines
432 B
JSON
{
|
|
"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
|
|
"terminal.integrated.env.windows": {
|
|
"PATH": "/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:$PATH",
|
|
"MSYSTEM": "MINGW64",
|
|
},
|
|
"terminal.integrated.cursorBlinking": true,
|
|
|
|
"editor.tabSize": 3,
|
|
"editor.renderWhitespace": "all",
|
|
"editor.insertSpaces": true,
|
|
} |