Skip to content

Commit

Permalink
Merge pull request #20417 from maribu/vscode/hardcode_compile_commands
Browse files Browse the repository at this point in the history
vscode: Add hard-coded path to compile_commands.json
  • Loading branch information
maribu authored Feb 22, 2024
2 parents 047fb8d + fb4c388 commit f9de5fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "RIOT",
"cStandard": "c11",
"cppStandard": "c++17",
"compileCommands": "${workspaceFolder}/compile_commands.json"
}
],
"version": 4
}

0 comments on commit f9de5fd

Please sign in to comment.