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