Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Rotoscript SupportNew to Visual Studio Code? Get it now.
Rotoscript Support

Rotoscript Support

Kalaay

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

Rotoscript Support

VS Code extension for the Rotom scripting language.

Install it from:

  • VS Code Marketplace
  • Open VSX

Requirements

The compiler and language server live in the main Rotom repository. Install or build rotom-lsp from that repo and make sure it is available on $PATH; that is the expected setup for normal use.

For local development from the Rotom repo:

cargo build -p rotom-lsp

The extension looks for rotom-lsp in this order:

  1. rotom.lsp.path, if configured
  2. Bundled extension bin/ directory
  3. Workspace target/debug or target/release builds
  4. $PATH

Configuration

Most users should not need any VS Code settings. Use rotom.lsp.path only to override language server resolution for local development or troubleshooting:

{ "rotom.lsp.path": "/path/to/rotom-lsp" }

Extension Development

npm install
npm run compile

Open this folder in VS Code and press F5 to launch the Extension Development Host.

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