mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
26 lines
746 B
JSON
26 lines
746 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,
|
|
"files.associations": {
|
|
"frontend_driver.h": "c",
|
|
"*.in": "c",
|
|
"*.rh": "c",
|
|
"array": "c",
|
|
"file_stream.h": "c",
|
|
"driver.h": "c",
|
|
"iosfwd": "c",
|
|
"xlocbuf": "c",
|
|
"xmemory0": "c",
|
|
"ios": "c",
|
|
"list": "c"
|
|
},
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
} |