Skip to content

Commit

Permalink
Fix intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbozu committed Aug 8, 2021
1 parent 7f2ee62 commit d2dc719
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 @@ -12,7 +12,7 @@
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-arm",
"configurationProvider": "ms-vscode.cmake-tools",
"configurationProvider": "ms-vscode.cpp-tools",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
Expand Down

0 comments on commit d2dc719

Please sign in to comment.