denis-shienkov / vscode-qbs

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

Build and install extension. #67

Closed AnDevi closed 2 years ago

AnDevi commented 2 years ago

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.

AnDevi commented 2 years ago

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. image