This article is for developers who want to contribute to the QBS open source project.
As with most VS Code extensions, you'll need Node.JS installed. We use yarn to compile the code.
The process is:
-
Open the repo in VS Code
-
Press F5 to build and run the extension
Code is formatted using clang-format
. We recommend you install the
Clang-Format extension.