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

PalmScript

journeytosilius

|
1 install
| (0) | Free
VS Code support for PalmScript strategies
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PalmScript VS Code Extension

The canonical documentation for the editor stack now lives in the MkDocs site:

  • VS Code Extension
  • Language Server
  • .palmscript.json
  • Release Workflows

This file remains the short repository-local development note.

The extension recognizes:

  1. primary PalmScript sources: .palm
  2. 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:

  1. palmscript.server.path
  2. bundled binary in server/<platform>-<arch>/
  3. local repo fallback in ../../target/debug/ or ../../target/release/

Packaging

npm run verify:server
npm run package:vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft