Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.26 KB

File metadata and controls

37 lines (22 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This changelog relates to the VS Code Extension for the Mojo language. Changelogs for the Mojo project can be found at: Mojo release changelog

[26.2.0] - 2026-01-27

  • Added: New command that stops the LSP server (#36) - Thanks @mzaks!
  • Fix: Corrected date of 26.1.0 release (#55)

[26.1.0] - 2026-01-26

  • Added: Option to filter out diagnostics in docstrings (#38) - Thanks @mzaks!
  • Fix: Cache active SDK to avoid redundant lookups (#41)

[26.0.3] - 2025-12-05

  • Fix: Resolve remaining issues with CONDA_PREFIX that prevented use of mojo debug --vscode (#33)

[26.0.2] - 2025-12-03

  • Change: Improvements to README (#30)
  • Change: Added comptime keyword syntax support (#32)
  • Fix: Debugger fails to launch in some environments due to issues with CONDA_PREFIX (#28)
  • Fix: Incorrect install link in README (#27)

[26.0.1] - 2025-09-29

  • Change: Added LICENSE file

[26.0.0] - 2025-09-22

Moved extension to standalone repository with independent release schedule