Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 620 Bytes

contribute.md

File metadata and controls

21 lines (12 loc) · 620 Bytes

How to Contribute to QBS

This article is for developers who want to contribute to the QBS open source project.

Build the QBS extension

As with most VS Code extensions, you'll need Node.JS installed. We use yarn to compile the code.

The process is:

  1. Open the repo in VS Code

  2. Press F5 to build and run the extension

Coding guidelines

Formatting

Code is formatted using clang-format. We recommend you install the Clang-Format extension.