diff options
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index c811e25..38fea8b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,9 +2,6 @@ "C_Cpp.intelliSenseEngine": "disabled", "cmake.sourceDirectory": "${workspaceFolder}/source", - "cmake.configureOnOpen": false, - "cmake.configureOnEdit": false, - "cmake.skipConfigureIfCachePresent": true, "cmake.useCMakePresets": "always", "cmake.mergedCompileCommands": "${workspaceFolder}/compile_commands.json" } |
