mirror of
https://github.com/bergercookie/asm-lsp.git
synced 2025-12-23 12:26:44 +00:00
|
|
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .vscodeignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.