mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-22 00:44:38 +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
|
// 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"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
"label": "qemu",
|
"label": "qemu",
|
||||||
"type":"shell",
|
"type":"shell",
|
||||||
"isBackground":true,
|
"isBackground":true,
|
||||||
|
"dependsOn": "build",
|
||||||
"runOptions":
|
"runOptions":
|
||||||
{
|
{
|
||||||
"instanceLimit": 1
|
"instanceLimit": 1
|
||||||
|
Reference in New Issue
Block a user