Skip to content

Commit

Permalink
fix build: add c_cpp_properties.json for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton3 committed Dec 22, 2023
1 parent 3dc1179 commit e81f77f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "CMake",
"compileCommands": "${config:cmake.buildDirectory}/compile_commands.json",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}

0 comments on commit e81f77f

Please sign in to comment.