File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "C_Cpp.autoAddFileAssociations" : false ,
33 // Use CMake presets instead of manual configuration
44 "cmake.useCMakePresets" : " always" ,
5- "cmake.configureOnOpen" : true ,
5+ "cmake.configureOnOpen" : false ,
66 "cmake.autoReload" : false ,
77 "cmake.configurePreset" : " gcc-RelWithDebInfo" ,
88 "cmake.buildPreset" : " gcc-RelWithDebInfo" ,
99 "cmake.testPreset" : " gcc-RelWithDebInfo" ,
10- // Disable Microsoft IntelliSense (we use clangd)
10+ // Disable Microsoft IntelliSense
1111 "C_Cpp.intelliSenseEngine" : " disabled" ,
1212 "C_Cpp.enabled" : false ,
13- // clangd
13+ // clangd (see CMakePresets.json for details)
1414 "clangd.arguments" : [
1515 " --compile-commands-dir=${workspaceFolder}/build/gcc-RelWithDebInfo" ,
1616 " --header-insertion=never" ,
You can’t perform that action at this time.
0 commit comments