src2020/.vscode/settings.json

29 lines
773 B
JSON
Raw Normal View History

2020-03-07 13:43:39 +08:00
{
"files.associations": {
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"streambuf": "cpp",
"type_traits": "cpp",
2020-04-19 10:36:06 +08:00
"typeinfo": "cpp",
"deque": "cpp",
"string": "cpp",
"vector": "cpp"
2020-03-07 13:43:39 +08:00
},
"terminal.integrated.automationShell.windows": "cmd.exe",
"files.encoding": "gb18030",
"files.autoGuessEncoding": false
}