Early alpha.
Build with: v .
Copy the binary to /tmp/vls2
. Later it will be configurable via the extension settings.
Doesn't work on Windows yet, but it's easy to make it work.
cd vscode-extension
npm install
npm run build
You should get a vls-{version}.vsix
file.
Or download the vsix
file from here:
https://github.com/vlang/vls/releases/download/0.1/vls-0.0.1.vsix
In VS Code run Extensions: Install from VSIX...