blob: 20be1c488a9b8fa3804278d309f4b82d21543a70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"C_Cpp.default.configurationProvider": "go2sh.cmake-integration",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.configurationWarnings": "Disabled",
"C_Cpp.autoAddFileAssociations": false,
"C_Cpp.clang_format_style": "file",
"cmake.cpptools.guessSourceFileConfigurations": true,
"cmake.cpptools.languageConfiguration.CXX": {
"intelliSenseMode": "gcc-x64",
},
"cmake.configureArguments": "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"cmake.buildArguments": "--parallel",
"cmake.default.cacheEntries": [
{
"name": "CMAKE_INSTALL_PREFIX",
"type": "PATH",
"value": "${env:HOME}/.local"
}
]
}
|