2017-11-29 22:16:04 +00:00
|
|
|
{
|
|
|
|
"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,
|
2017-12-27 20:34:18 +00:00
|
|
|
"files.associations": {
|
|
|
|
"frontend_driver.h": "c",
|
|
|
|
"*.in": "c",
|
2018-05-13 20:24:10 +00:00
|
|
|
"*.rh": "c",
|
2018-05-27 16:58:52 +00:00
|
|
|
"array": "c",
|
2018-09-09 21:41:50 +00:00
|
|
|
"file_stream.h": "c",
|
2018-09-12 04:26:55 +00:00
|
|
|
"driver.h": "c",
|
|
|
|
"iosfwd": "c",
|
|
|
|
"xlocbuf": "c",
|
2018-09-15 22:44:46 +00:00
|
|
|
"xmemory0": "c",
|
2018-09-24 00:02:12 +00:00
|
|
|
"ios": "c",
|
|
|
|
"list": "c"
|
2017-12-27 20:34:18 +00:00
|
|
|
},
|
2018-03-31 14:31:52 +00:00
|
|
|
"C_Cpp.dimInactiveRegions": false,
|
2017-11-29 22:16:04 +00:00
|
|
|
}
|