Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Vest DSLNew to Visual Studio Code? Get it now.
Vest DSL

Vest DSL

Vest

|
1 install
| (0) | Free
Language support for the Vest DSL with the Vest language server.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vest for VS Code

This extension adds Vest language support to Visual Studio Code:

  • .vest language registration
  • syntax highlighting
  • comment and bracket configuration
  • the Vest language server (vest_lsp) for diagnostics, hover, go-to-definition, references, rename, and semantic tokens

Packaging

From the repository root:

node extensions/vest-vscode/scripts/package-vsix.mjs

That builds vest_lsp, bundles it into a platform-specific VSIX, and writes the result to extensions/vest-vscode/dist/.

For release publishing, the workflow builds a universal VSIX instead. Published installs download the matching vest_lsp binary from the corresponding GitHub release for this extension version.

Installation

Published Extension

  1. Open the Extensions view in VS Code.
  2. Search for Vest.
  3. Click Install.

Local VSIX Install

  1. Build the VSIX:
node extensions/vest-vscode/scripts/package-vsix.mjs
  1. In VS Code, run Extensions: Install from VSIX....
  2. Select the generated file in extensions/vest-vscode/dist/.

CLI alternative:

code --install-extension extensions/vest-vscode/dist/vest-<version>-<platform>.vsix --force

Configuration

vest.languageServer.path : Override the language-server executable path.

vest.languageServer.arguments : Extra arguments passed to the language server.

vest.languageServer.environment : Extra environment variables passed to the language server.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft