VS Code extension for Miden Assembly based on miden-lsp.
miden-lspis already available viaPATH, or configured withmiden-lsp.binary.path- rich syntax coloring comes from semantic tokens exposed by
miden-lsp - the bundled TextMate grammar is only a lightweight lexical fallback for the editor before the language server is active
- direct runtime integration of
tree-sitter-masmis deferred; the recorded grammar lineage lives intree-sitter-masm.lock.json
- Run
npm install. - Run
npm run compile. - Open this folder in VS Code and start an Extension Development Host.
miden-lsp.binary.path: absolute orPATH-resolvable command for the servermiden-lsp.binary.args: extra command-line arguments for the servermiden-lsp.binary.env: extra environment variables for the server processmiden-lsp.initializationOptions: JSON object forwarded during LSP initializationmiden-lsp.trace.server: protocol trace level (off,messages, orverbose)