21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"files.associations": {
|
|
"*.go": "go",
|
|
"*.rh": "cpp",
|
|
"iostream": "cpp",
|
|
"list": "cpp",
|
|
"mutex": "cpp",
|
|
"map": "cpp",
|
|
"thread": "cpp",
|
|
"vector": "cpp",
|
|
"xmemory": "cpp"
|
|
},
|
|
"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"
|
|
}
|