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
- Added: New command that stops the LSP server (#36) - Thanks @mzaks!
- Fix: Corrected date of 26.1.0 release (#55)
- Added: Option to filter out diagnostics in docstrings (#38) - Thanks @mzaks!
- Fix: Cache active SDK to avoid redundant lookups (#41)
- Fix: Resolve remaining issues with
CONDA_PREFIXthat prevented use ofmojo debug --vscode(#33)
- Change: Improvements to README (#30)
- Change: Added
comptimekeyword 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)
- Change: Added LICENSE file
Moved extension to standalone repository with independent release schedule