Luni ASM Language Server (work in progress)
This Language Server works for .lsm file. It has the following language features:
- Completions
- Diagnostics regenerated on each file change or configuration change
- Syntax Highlight (wip)
- Download release extension file (*.vsix)
- Open VSCode.
- Switch to Extensions view.
- Click dots menu.
- Click "Install from VSIX..."
- Choose luniASM-lsp-0.1.0.vsix file
- Clone this repo
git clone https://github.com/CasperDev/luniASM-lsp.git
- update mode modules
npm install
- Make your own changes and compile extension
npm run compile
-
Correct all YOUR errors and compile again
-
Package extension to release
vsce package
- Install your new awesome extension