From 2e8e6da407a372207b30bb90e02493122c857e21 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Thu, 28 Jul 2022 10:15:18 +0100 Subject: [PATCH] vscode: Use path relative to workspace in config file --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 9864bdee..a7caa08d 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -10,7 +10,7 @@ "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64", - "compileCommands": "/vol/medic01/users/as12312/Projects/MIRTK/Build/compile_commands.json" + "compileCommands": "${workspaceFolder}/Build/compile_commands.json" } ], "version": 4