Add build dependency (#486)

This commit is contained in:
Cobus van Eeden
2020-12-24 09:39:54 -08:00
committed by GitHub
parent 68a500bca3
commit 3781cd9224
2 changed files with 3 additions and 7 deletions

View File

@ -4,7 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Debug", "name": "Debug",
"type": "gdb", "type": "gdb",
@ -13,13 +12,9 @@
"target": ":1234", "target": ":1234",
"remote": true, "remote": true,
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"osx": { "preLaunchTask": "qemu",
"preLaunchTask": "qemu", "postDebugTask": "killallqemu"
"postDebugTask": "killallqemu"
}
} }
] ]
} }

View File

@ -46,6 +46,7 @@
"label": "qemu", "label": "qemu",
"type":"shell", "type":"shell",
"isBackground":true, "isBackground":true,
"dependsOn": "build",
"runOptions": "runOptions":
{ {
"instanceLimit": 1 "instanceLimit": 1