mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-20 07:13:55 +08:00
Add build dependency (#486)
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -46,6 +46,7 @@
|
||||
"label": "qemu",
|
||||
"type":"shell",
|
||||
"isBackground":true,
|
||||
"dependsOn": "build",
|
||||
"runOptions":
|
||||
{
|
||||
"instanceLimit": 1
|
||||
|
Reference in New Issue
Block a user