generallib/.vscode/settings.json

23 lines
515 B
JSON
Raw Normal View History

2020-08-27 16:27:10 +00:00
{
2021-03-10 14:21:52 +00:00
"files.associations": {
2021-10-06 16:51:42 +00:00
"*.go": "go",
2022-03-23 12:42:47 +00:00
"*.cc": "cpp",
2021-03-10 14:21:52 +00:00
"*.rh": "cpp",
2021-10-06 16:51:42 +00:00
"iostream": "cpp",
"list": "cpp",
"mutex": "cpp",
"map": "cpp",
"thread": "cpp",
"vector": "cpp",
2022-03-23 12:42:47 +00:00
"xmemory": "cpp",
"xtree": "cpp"
2021-03-10 14:21:52 +00:00
},
"cmake.buildDirectory": "${workspaceFolder}/build",
"cmake.mingwSearchDirs": [
"H:\\Qt\\5.14.0\\mingw73_64",
"H:\\Qt\\5.14.0\\mingw73_32"
],
"terminal.integrated.env.windows": {},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}