generallib/.vscode/settings.json

21 lines
476 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",
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",
"xmemory": "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"
}