Wvlet for VS Code
This extension provides syntax highlighting and language support for the Wvlet query language in Visual Studio Code.
Features
Supported File Extensions
Installation
From VS Code Marketplace (Recommended)
Install directly from the VS Code Marketplace or search for "Wvlet" in the Extensions view (Ctrl+Shift+X) within VS Code.
From Source
- Clone the repository
- Install dependencies from the root directory:
pnpm install
- Build the extension:
pnpm run build-vscode-extension
- The packaged
.vsix file will be created in vscode-wvlet/
Development
To contribute to this extension:
- Clone the Wvlet repository
- Install dependencies from the root:
pnpm install
- Make your changes in
vscode-wvlet/
- Test by opening
vscode-wvlet/ in VS Code and pressing F5 to launch a new window with the extension loaded
- Build the extension:
pnpm run build-vscode-extension
License
Licensed under the Apache License, Version 2.0. See the main Wvlet repository for details.
Links
| |