Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Strata — TzinnyNew to Visual Studio Code? Get it now.
Strata — Tzinny

Strata — Tzinny

Tzinny

|
1 install
| (0) | Free
Strata — declarative, versioned, immutable data transformations (LSP: diagnostics, completion, hover, definition)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Strata for VS Code

strata LSP client — diagnostics, completion, hover, definition over .strata files.

Requirements

  • strata on PATH (pip install strata-lang or standalone strata 0.1.3), or set strata.binaryPath in settings.
  • The LSP is strata lsp (strata/lsp.py:243) — stdio JSON-RPC, no deps.

Features

  • publishDiagnostics from Checker (strata/lsp.py:100 reload)
  • completion — models, sources, FUNCTIONS catalog, columns (lsp.py:157)
  • hover — column type (lsp.py:189)
  • definition — model jump (lsp.py:222)

Settings

  • strata.binaryPath — path to strata binary (default "strata"). Use "/path/to/.venv/bin/strata" for venv.

Dev

cd vscode
npm install
npm run compile
# package
npx vsce package
# install
code --install-extension strata-lang-0.1.3.vsix

See ../docs-site/guide/binary-standalone.md:71 for LSP entry strata lsp.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft