denis-shienkov / vscode-qbs

Qbs Tools extension for VSCode
MIT License
24 stars 12 forks source link

Use Run target as Build one #64

Closed sevoster closed 1 year ago

sevoster commented 2 years ago

Hi,

Currently there are two separate targets for Build and Run and it's not very comfortable to sync them manually. It would be nice to have some option to use one target product for both building and running.

Also an option to always build target before running would be great.

denis-shienkov commented 1 year ago

Sorry for delay.

Currently there are two separate targets

That's was done by analogy with the cmake-tools extension. So, I think that we don't need to change this behavior.

denis-shienkov commented 1 year ago

I think, that qbs.buildBeforeRun will be enouth, thanks, done.