Add c_cpp_properties.json

This commit is contained in:
2026-01-18 21:59:38 -03:00
parent 8aa9604d1a
commit 639289123a
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
!.vscode/c_cpp_properties.json
!*.code-workspace
# Environment file

10
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "ARM Cross",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"intelliSenseMode": "linux-gcc-arm"
}
],
"version": 4
}