Skip to content

Releases: clearlyip/mago-vscode-extension

mago 1.30.0 (language-server)

10 Jun 08:01

Choose a tag to compare

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

  1. Download the archive for your platform and extract the mago binary.
  2. Place it somewhere on your PATH (or note its full path).
  3. In VS Code, set mago.executablePath to 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)

26 May 21:59

Choose a tag to compare

Pre-release

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

  1. Download the archive for your platform and extract the mago binary.
  2. Place it somewhere on your PATH (or note its full path).
  3. In VS Code, set mago.executablePath to 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