From de2a9fd18ff48d5dad6603a0862d8c6960a6c915 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 19 Sep 2024 20:13:20 +0200 Subject: [PATCH] Copying compile_commands.json is no longer needed, apparently. --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 52d602c3..ee34c4b6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,5 @@ "folder": { "statusBarVisibility": "visible" }, "variant": { "statusBarVisibility": "compact" } }, - "cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json", "lldb.launch.initCommands": ["command script import ${workspaceRoot}/extra/natvis.py"], }