update
This commit is contained in:
Vendored
+19
-1
@@ -4,11 +4,29 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "(remote) connect",
|
||||
"label": "(remote) sshfs connect",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/../sshfs.sh",
|
||||
"auto": true,
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "(remote) gdb connect",
|
||||
"type": "shell",
|
||||
"command": "ssh",
|
||||
"args": [
|
||||
"-fNL", "4242:localhost:4242", "m03"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "(remote) build",
|
||||
"type": "shell",
|
||||
"command": "echo 'cant do that'",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": "$gcc"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user