https://github.com/convex-dev/convex-vscode
https://github.com/convex-dev/convex-vscode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/convex-dev/convex-vscode
- Owner: Convex-Dev
- Created: 2021-05-07T06:50:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T06:35:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T08:44:43.717Z (3 months ago)
- Language: Clojure
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```