mago 1.30.0 (language-server)
Pre-release
Pre-release
Mago 1.30.0 merged with carthage-software/mago#1926
Stability notice: The Mago language server is a work in progress. The set of advertised capabilities, the wire behaviour, the flags, and even the existence of this subcommand can change or disappear without notice. There are no compatibility guarantees until mago 2.0. If you need a stable editor integration, wait for that release.
Installation
- Download the archive for your platform and extract the
magobinary. - Place it somewhere on your
PATH(or note its full path). - In VS Code, set
mago.executablePathto the path of this binary.
Platforms
| Archive | Platform |
|---|---|
mago-lsp-*-x86_64-pc-windows-msvc.zip |
Windows x64 (MSVC) |
mago-lsp-*-x86_64-pc-windows-gnu.tar.gz |
Windows x64 (MinGW) |
mago-lsp-*-aarch64-apple-darwin.tar.gz |
macOS Apple Silicon |
mago-lsp-*-x86_64-apple-darwin.tar.gz |
macOS Intel |
mago-lsp-*-x86_64-unknown-linux-gnu.tar.gz |
Linux x64 (glibc) |
mago-lsp-*-x86_64-unknown-linux-musl.tar.gz |
Linux x64 (musl, static) |
mago-lsp-*-aarch64-unknown-linux-gnu.tar.gz |
Linux ARM64 (glibc) |
mago-lsp-*-aarch64-unknown-linux-musl.tar.gz |
Linux ARM64 (musl, static) |
mago-lsp-*-x86_64-unknown-freebsd.tar.gz |
FreeBSD x64 |
| (arm/armv7 archives) | Raspberry Pi / embedded Linux |
Upstream
Full changelog and release notes: carthage-software/mago@1.30.0