Closed Psy-Kai closed 1 year ago
AFAIK, the VSCode does not support the arguments to Run the application. This even does not implemented and in the CMake extension: https://github.com/microsoft/vscode-cmake-tools/blob/main/src/cmakeProject.ts#L2325
UPD: Hmm, seems I have found the similar core in the Cmake tools: https://github.com/microsoft/vscode-cmake-tools/blob/main/src/cmakeProject.ts#L2366
The arguments set in
launch.json
are not used when running/debuggingthe application via the Qbs-extension.Edit: How to run (not debug) the application using a launch configuration? With
QBS Debug
it usesargs
fromlaunch.json
. WithQBS Run
it does not useargs
.