Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LisetteNew to Visual Studio Code? Get it now.
Lisette

Lisette

ivov

|
2 installs
| (0) | Free
Language support for Lisette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code extension for Lisette

VSCode language support for Lisette.

Features

  • Syntax highlighting
  • Diagnostics
  • Hover
  • Completions
  • Go-to-definition
  • References
  • Rename
  • Signature help
  • Formatting
  • Document symbols

Installation

  1. Install the Lisette binary:

    cargo install lisette
    lis version # -> lisette 0.1.0 (go 1.25.5)
    
  2. Install the Lisette extension from the Visual Studio marketplace.

Development

  1. Build the Lisette binary (just build from the repo root).

  2. Prepare the extension:

    cd editors/vscode
    pnpm install
    pnpm run compile
    
  3. Open the editors/vscode dir in VSCode and press F5 to launch the Extension Development Host (EDH).

  4. Create a test project. In the EDH, open the test project.

  5. in the EDH's settings (Cmd+,), set lisette.serverPath to the absolute path of the debug binary, e.g. /path/to/lisette/target/release/lis

  6. In the VSCode window open on the editors/vscode dir, press Shift+F5 to stop, then F5 to relaunch the EDH with LSP connected.

To iterate:

  • Make your changes and run just build to rebuild the binary
  • In the VSCode window open on the editors/vscode dir, press Shift+F5 to stop, then F5 to relaunch the EDH with LSP connected.

Publishing

To test locally without publishing:

pnpm run package
code --install-extension lisette-0.1.0.vsix

First time:

  1. Create a publisher at https://marketplace.visualstudio.com/manage
  2. Generate a Personal Access Token (PAT) from Azure DevOps
  3. pnpm dlx @vscode/vsce login {publisher_name}

Updating:

  1. Bump version in package.json and commit
  2. pnpm run publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft