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,
|
2018-11-13 11:46:57 +00:00
|
|
|
"editor.detectIndentation": false,
|
2017-11-29 22:16:04 +00:00
|
|
|
"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",
|
2018-10-01 17:51:56 +00:00
|
|
|
"list": "c",
|
|
|
|
"input_driver.h": "c",
|
2018-09-18 13:13:33 +00:00
|
|
|
"video_driver.h": "c",
|
|
|
|
"menu_driver.h": "c",
|
|
|
|
"file_path.h": "c",
|
|
|
|
"unordered_map": "c",
|
2018-11-13 13:33:32 +00:00
|
|
|
"unordered_set": "c",
|
2018-11-13 14:48:16 +00:00
|
|
|
"sstream": "cpp",
|
|
|
|
"hash_map": "c",
|
|
|
|
"hash_set": "c",
|
|
|
|
"initializer_list": "c",
|
|
|
|
"string_view": "c",
|
|
|
|
"utility": "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
|
|
|
}
|