mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
vscode update targets and gdb debugging
This commit is contained in:
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
@@ -6,11 +6,16 @@
|
||||
{
|
||||
"label": "jmavsim",
|
||||
"type": "shell",
|
||||
"command": "make posix_sitl_default jmavsim",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
"command": "Tools/jmavsim_run.sh",
|
||||
"isBackground": true,
|
||||
"args": ["-r", "500"],
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}"
|
||||
},
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "dedicated"
|
||||
}
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user