Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vela LSPNew to Visual Studio Code? Get it now.
Vela LSP

Vela LSP

astra-void

| (0) | Free
VS Code extension that launches the standalone Vela RBXTS Rust LSP.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

astra-void.vela-rbxts-lsp

This VS Code extension launches the standalone Rust LSP through the published @vela-rbxts/lsp wrapper package when the matching platform binary package is installed.

New editor features should go through the standalone Rust LSP rather than a TypeScript language service plugin.

Build A Local VSIX

pnpm --filter ./packages/vscode-extension package:vsix

This generates:

packages/vscode-extension/dist/vela-rbxts-lsp-<version>-<host-target>.vsix

You can package a specific VS Code target explicitly:

pnpm --filter ./packages/vscode-extension package:vsix -- --target win32-x64 --out ./dist/vela-rbxts-lsp-<version>-win32-x64.vsix

Install it manually with:

code --install-extension packages/vscode-extension/dist/vela-rbxts-lsp-0.1.0.vsix

The packaged extension id is:

astra-void.vela-rbxts-lsp

The VSIX packaging flow stages a temporary package snapshot and rewrites workspace dependencies in that staging directory only. Source files are not mutated.

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