diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 8577c9323b..b3e0a4b4bc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -63,7 +63,7 @@ "GAZEBO_MODEL_PATH": "${workspaceRoot}/Tools/sitl_gazebo/models" } }, - "command": "gzserver --verbose ${workspaceRoot}/Tools/sitl_gazebo/worlds/iris.world", + "command": "gzserver --verbose ${workspaceRoot}/Tools/sitl_gazebo/worlds/iris.world & gzclient", "isBackground": true, "presentation": { "reveal": "always", @@ -90,7 +90,7 @@ { "label": "gazebo kill", "type": "shell", - "command": "killall gzserver", + "command": "killall gzserver; killall gzclient", "problemMatcher": [] }, {