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