PalmScript VS Code Extension
The canonical documentation for the editor stack now lives in the MkDocs site:
This file remains the short repository-local development note.
The extension recognizes:
- primary PalmScript sources:
.palm
- legacy TradeLang sources:
.trl
Development
From the repository root:
cargo build --bin palmscript-lsp
cd editors/vscode
npm install
npm run compile
The extension resolves the language server in this order:
palmscript.server.path
- bundled binary in
server/<platform>-<arch>/
- local repo fallback in
../../target/debug/ or ../../target/release/
Packaging
npm run verify:server
npm run package:vsix
| |