mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* working debugging (one click build and debug)
* SITL jmavsim
* SITL gazebo
* jlink px4_fmu-v{2-5}
* improved syntax highlighting
* GNU linker files
* ROS message files msg/*.msg
* jinja2 template files
* fixed intellisense support
26 lines
829 B
JSON
26 lines
829 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}/src/",
|
|
"${workspaceFolder}/src/lib/",
|
|
"${workspaceFolder}/src/lib/matrix",
|
|
"${workspaceFolder}/src/platforms",
|
|
"${workspaceFolder}/platforms/",
|
|
"."
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
},
|
|
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
|
|
"configurationProvider": "vector-of-bool.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |