Skip to content

Commit 94418c5

Browse files
authored
Update settings.json
1 parent 7a18e1a commit 94418c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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",

0 commit comments

Comments
 (0)