Add pre launch build task

This commit is contained in:
andrew 2020-11-13 15:49:19 +00:00
parent b49accccbd
commit 8c40fadfd0

3
.vscode/launch.json vendored
View File

@ -7,7 +7,8 @@
"name": "Launch Program",
"target": "${workspaceFolder}/build/bin/demo",
"cwd": "${workspaceFolder}",
"valuesFormatting": "parseText"
"valuesFormatting": "parseText",
"preLaunchTask": "Build"
}
]
}