@nsis/lsp
v0.5.6
Published
NSIS Language Server
Downloads
1,038
Readme
@nsis/lsp
npm distribution of the nsis-lsp language server.
Installation
npm install @nsis/lspPlatform-specific binaries are installed automatically via optional dependencies.
Usage
After installation, the nsis-lsp binary is available:
npx nsis-lspThe server communicates over stdio using the Language Server Protocol.
Supported Platforms
| Package | Platform |
| ---------------------------- | ------------------ |
| @nsis/lsp-darwin-arm64 | macOS ARM64 |
| @nsis/lsp-darwin-x64 | macOS x64 |
| @nsis/lsp-linux-arm64 | Linux ARM64 |
| @nsis/lsp-linux-x64 | Linux x64 |
| @nsis/lsp-linux-arm64-musl | Linux ARM64 (musl) |
| @nsis/lsp-linux-x64-musl | Linux x64 (musl) |
| @nsis/lsp-win32-x64 | Windows x64 |
| @nsis/lsp-win32-arm64 | Windows ARM64 |
License
This work is licensed under the Apache License, Version 2.0 or The MIT License.
