Add pre launch build task
This commit is contained in:
parent
b49accccbd
commit
8c40fadfd0
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -7,7 +7,8 @@
|
|||||||
"name": "Launch Program",
|
"name": "Launch Program",
|
||||||
"target": "${workspaceFolder}/build/bin/demo",
|
"target": "${workspaceFolder}/build/bin/demo",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"valuesFormatting": "parseText"
|
"valuesFormatting": "parseText",
|
||||||
|
"preLaunchTask": "Build"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user