2017-11-29 22:16:04 +00:00
|
|
|
{
|
2021-09-23 11:41:11 +00:00
|
|
|
/*"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
|
2017-11-29 22:16:04 +00:00
|
|
|
"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",
|
2021-09-23 11:41:11 +00:00
|
|
|
},*/
|
2017-11-29 22:16:04 +00:00
|
|
|
"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,
|
2020-06-04 09:40:25 +00:00
|
|
|
"editor.formatOnSave": false,
|
2021-12-14 13:07:25 +00:00
|
|
|
"editor.ruler": [80],
|
2017-12-27 20:34:18 +00:00
|
|
|
"files.associations": {
|
2021-08-18 00:29:10 +00:00
|
|
|
"*.h": "c",
|
2017-12-27 20:34:18 +00:00
|
|
|
"*.in": "c",
|
2018-05-13 20:24:10 +00:00
|
|
|
"*.rh": "c",
|
2018-05-27 16:58:52 +00:00
|
|
|
"array": "c",
|
2018-09-12 04:26:55 +00:00
|
|
|
"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",
|
2018-09-18 13:13:33 +00:00
|
|
|
"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",
|
2018-11-19 11:09:00 +00:00
|
|
|
"utility": "c",
|
2018-10-30 02:23:53 +00:00
|
|
|
"thread": "c",
|
2018-11-22 14:45:52 +00:00
|
|
|
"xlocale": "c",
|
2019-02-07 00:01:11 +00:00
|
|
|
"deque": "c",
|
|
|
|
"vector": "c",
|
|
|
|
"xhash": "c",
|
|
|
|
"xiosbase": "c",
|
|
|
|
"xstring": "c",
|
|
|
|
"xtree": "c",
|
2021-08-18 00:29:10 +00:00
|
|
|
"xutility": "c"
|
2017-12-27 20:34:18 +00:00
|
|
|
},
|
2018-03-31 14:31:52 +00:00
|
|
|
"C_Cpp.dimInactiveRegions": false,
|
2019-06-17 13:10:22 +00:00
|
|
|
}
|