Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cquery-project/vscode-cquery

cquery plugin for Visual Studio Code
https://github.com/cquery-project/vscode-cquery

Last synced: 3 months ago
JSON representation

cquery plugin for Visual Studio Code

Awesome Lists containing this project

README

        

# 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](https://github.com/cquery-project/cquery).

# Building

## Dependencies

Make sure you have `npm` installed.

## Build

```bash
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.

```bash
python publish.py [patch|minor|major]
```

# LICENSE

MIT