1
0
Files
MSE-CSEL/src/process/.vscode/tasks.json
Jacques Supcik 2eeb71e110 Initial commit
2022-02-24 00:00:47 +01:00

14 lines
368 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "gdbserver",
"type": "shell",
"command": [
"ssh -t root@192.168.0.14 '/usr/bin/gdbserver :1234",
"${workspaceFolder}/app'"]
}
]
}