mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
VSCode: Tasks formatted as the one on master now
- The task for tilted hex has the same presentation and does not start gzclient now - The Gazebo Kill task does not kill the client anymore
This commit is contained in:
Vendored
+8
-4
@@ -141,11 +141,15 @@
|
|||||||
"PX4_SIM_SPEED_FACTOR": "1"
|
"PX4_SIM_SPEED_FACTOR": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"command": "gzserver --verbose ${workspaceRoot}/Tools/sitl_gazebo/worlds/hexa_x_tilt.world & gzclient",
|
"command": "gzserver --verbose ${workspaceRoot}/Tools/sitl_gazebo/worlds/hexa_x_tilt.world",
|
||||||
"isBackground": true,
|
"isBackground": true,
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"reveal": "always",
|
"echo": true,
|
||||||
"panel": "dedicated"
|
"reveal": "never",
|
||||||
|
"focus": false,
|
||||||
|
"panel": "shared",
|
||||||
|
"showReuseMessage": false,
|
||||||
|
"clear": true
|
||||||
},
|
},
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
{
|
{
|
||||||
@@ -328,7 +332,7 @@
|
|||||||
{
|
{
|
||||||
"label": "gazebo kill",
|
"label": "gazebo kill",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "killall gzserver; killall gzclient",
|
"command": "killall gzserver",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"echo": false,
|
"echo": false,
|
||||||
"reveal": "never",
|
"reveal": "never",
|
||||||
|
|||||||
Reference in New Issue
Block a user