I want to create MR, but first I want to build and test it. Could you tell me how to build project properly ? Then I have to install it in my VSCode from .vsix file, right ?
I want to add option to Build command, which will save all opened unsaved files before build commad.
After npm install I run ./node_modules/.bin/gulp package add loaded extension from vsix but extension seems to not work right. It did not load my qbs properly.
I want to create MR, but first I want to build and test it. Could you tell me how to build project properly ? Then I have to install it in my VSCode from
.vsix
file, right ?I want to add option to
Build
command, which will save all opened unsaved files before build commad.