asm-lsp/editors/code/README.md
Will Lillis 565d938b63
feat: VSCode dev support (#97)
add typescript ci
2024-07-15 03:58:45 +00:00

343 B

VSCode asm-lsp

Development

Setup your environment

# Build asm-lsp
cargo build

# Setup JS
cd editors/code
npm install

Debugging

In VSCoode, go to the Run & Debug sidebar (Ctrl + Shft + D) and click the Run Extension (Debug Build) button. This will open a new VSCode instance with the lsp server installed.