Rotom VS Code Extension
Setup
- Build the LSP:
cargo build -p rotom-lsp in the rotom repo.
- Install deps:
npm install in this directory.
- Open this folder in VS Code and press
F5 to launch the Extension Development Host.
Configuration
{ "rotom.lsp.path": "/path/to/rotom-lsp" }
If unset, searches the extension bin/ directory, workspace target/ builds, then $PATH.
| |