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 VSIX File
- Download the latest
.vsix file from the releases
- Open VS Code
- Go to Extensions view (
Ctrl+Shift+X )
- Click the "..." menu and select "Install from VSIX..."
- Select the downloaded
.vsix file
From Source
- Clone the repository
- Install dependencies from the root directory:
npm install
- Build the extension:
npm run build-vscode-extension
- The packaged
.vsix file will be created in vscode-wvlet/
- Install the generated
.vsix file using the steps above
Development
To contribute to this extension:
- Clone the Wvlet repository
- Install dependencies from the root:
npm 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:
npm run build-vscode-extension
License
Licensed under the Apache License, Version 2.0. See the main Wvlet repository for details.
Links
| |