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
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",
@ -13,13 +12,9 @@
"target": ":1234",
"remote": true,
"cwd": "${workspaceRoot}",
"osx": {
"preLaunchTask": "qemu",
"postDebugTask": "killallqemu"
}
"preLaunchTask": "qemu",
"postDebugTask": "killallqemu"
}
]
}

View File

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