Releases: clearlyip/mago-vscode-extension
mago 1.30.0 (language-server)
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
mago 1.29.0 (language-server)
Mago 1.29.0 compiled with --features language-server.
Stability notice: The Mago language server is an unstable, feature-gated preview. Its
advertised capabilities, wire protocol, and CLI flags may change or be removed without
notice before Mago 2.0. There are no compatibility guarantees until 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.29.0