Skip to content

Commit 9ba65f5

Browse files
authored
CHANGELOG: clarify venv wording in 26.6.0 entry (#206)
1 parent 364f876 commit 9ba65f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This changelog relates to the VS Code Extension for the Mojo language. Changelog
99

1010
## [26.6.0] - 2026-06-24
1111

12-
- Added: Workspace uv/venv environments (`.venv` containing `bin/mojo`) are now detected as a Mojo SDK source, alongside the existing pixi env detection (#203)
13-
- Added: `mojo.preferWorkspaceEnv` setting generalizes the previous `mojo.preferPixiEnv` to cover both pixi and uv/venv workspace environments. The old setting is honored as a deprecated alias (#203)
12+
- Added: Workspace Python venvs (`.venv` containing `bin/mojo`, e.g. from `uv pip install modular`) are now detected as a Mojo SDK source, alongside the existing pixi env detection (#203)
13+
- Added: `mojo.preferWorkspaceEnv` setting generalizes the previous `mojo.preferPixiEnv` to cover both pixi envs and Python venvs. The old setting is honored as a deprecated alias (#203)
1414
- Change: Debugging a Mojo file now compiles it ahead-of-time with `mojo build` and attaches LLDB to the produced binary, rather than running it via `mojo run` under LLDB. Crashes in user code are no longer confused with compilation errors, and debugging now works in wheel-installed Mojo SDKs (#192)
1515
- Change: The LSP status bar item now distinguishes a stopped-after-repeated-crashes state from a normal stopped state, and clicking restart from that state no longer errors out (#204)
1616

0 commit comments

Comments
 (0)