Skip to content

Commit

Permalink
vscode: Use path relative to workspace in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuh-hf committed Jul 28, 2022
1 parent 877917b commit 2e8e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e8e6da

Please sign in to comment.