You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
This changelog relates to the VS Code Extension for the Mojo language. Changelogs for the Mojo project can be found at: [Mojo release changelog](https://docs.modular.com/mojo/changelog)
9
9
10
+
## [26.3.0] - 2026-05-05
11
+
12
+
- Added: SDK status bar item that shows the detected Mojo SDK version, or a clickable warning if no SDK was found (#152)
13
+
- Change: Updated function modifier syntax from `owned` to `var` (#117)
14
+
- Fix: Allow `mojo.lsp.includeDirs` to be set at workspace level (#145)
15
+
- Fix: Add `buildArgs` to `mojo-lldb` debug configuration schema (#146)
16
+
10
17
## [26.2.0] - 2026-01-27
11
18
12
19
- Added: New command that stops the LSP server (#36) - Thanks @mzaks!
0 commit comments