vscode improve fmu-v2/v3/v4/v4pro/v5 debug targets

This commit is contained in:
Daniel Agar
2019-06-13 20:47:27 -04:00
parent 83d90410ff
commit fd18a6c0e6
3 changed files with 52 additions and 34 deletions

11
.vscode/tasks.json vendored
View File

@@ -93,5 +93,14 @@
"command": "killall gzserver",
"problemMatcher": []
},
{
"label": "mavlink shell",
"type": "shell",
"command": "./Tools/mavlink_shell.py",
"options": {
"cwd": "${workspaceRoot}"
},
"problemMatcher": []
}
]
}
}