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

https://github.com/convex-dev/convex-vscode


https://github.com/convex-dev/convex-vscode

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

A Visual Studio Code extension to add support for Convex Lisp.

## Develop
```bash
npm run watch
```

## Package
To compile and package the extension run:
```bash
npx vsce package
```