From 375799fa79d1af76f33299acc20a11a167a021f8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 12:32:50 +0200 Subject: project: restructure libraries and build env --- .vscode/settings.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 0f9b893..c811e25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,10 @@ { - "C_Cpp.autoAddFileAssociations": false, - "C_Cpp.clang_format_style": "file", - "python.terminal.activateEnvironment": true -} \ No newline at end of file + "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" +} -- cgit v1.2.3