Skip to content

Releases: eqiora/eqiora-vscode

Eqiora for VS Code 0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 11:28
fd4e9b7

Changelog

0.1.1

  • Use the Eqiora Marketplace publisher and organization repository URLs.
  • Publish tested native packages to Marketplace automatically from Release CI.

0.1.0

  • Official Eqiora language client, canonical syntax bundle and brand assets.
  • Live equation preview, hierarchy, connections, boundaries and Model / Plan views.
  • Compiler-owned structural comparison, equation export and source navigation.
  • Workspace trust, remote-host settings, diagnostics and release packaging.

Eqiora for VS Code 0.1.0

Choose a tag to compare

@nkiyohara nkiyohara released this 15 Sep 22:47
eede9a1

Eqiora for VS Code 0.1.0

The first official Eqiora extension includes language editing, live equation preview, source navigation, model hierarchy, connection and boundary topology, model/Plan inspection, structural comparison, settings and official icons.

Install

Download the VSIX for your workspace host and choose Extensions → … → Install from VSIX in VS Code:

  • eqiora-win32-x64.vsix: Windows x64
  • eqiora-linux-x64.vsix: Linux x64, including x64 WSL/remote hosts
  • eqiora-darwin-arm64.vsix: macOS Apple Silicon

Each package includes the matching native language server. Open an .eqi file and choose Eqiora: Open Equation Preview. See the guide for settings and commands.

Validation and scope

All three packages passed real VS Code tests with automatic bundled-server startup in CI run 35031336398. These are the exact tested artifacts, with SHA-256 checksums attached; the release commit has the identical source tree as the tested PR head. The Linux VSIX was additionally installed and tested from its packaged contents. Minimum VS Code 1.100.0 and current VS Code 1.137.0 were checked locally on Linux.

Plan JSON is a read-only display without validation or execution; the boundary view shows topology. Marketplace/Open VSX listings and numerical result viewers remain tracked in #2 and #3.