Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 615 Bytes

README-dev.md

File metadata and controls

33 lines (21 loc) · 615 Bytes

cquery

This is the Visual Studio Code extension for cquery. The main cquery language server which powers this extension is found at https://github.com/cquery-project/cquery.

Building

Dependencies

Make sure you have npm installed.

Build

npm install
python build.py

Now, you can use vscode to install out/cquery.vsix.

Deploying

To deploy a new release to the marketplace, simply run publish.py with a clean working directory. By default a patch release is performed.

python publish.py [patch|minor|major]

LICENSE

MIT