Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.

{/* changelog:insert */}

<Update label="August 25" description="v1.1.0">
## VS Code extension v1.1.0

The Flox VS Code extension now restarts the extension host more smoothly
when a reload is needed, and activation is more reliable: the
environment's `PATH` consistently wins on startup, control characters in
environment values no longer break activation, and the services view no
longer lists the auto-start setting as if it were a service. See the
[v1.1.0 release notes](https://github.com/flox/flox-vscode/releases/tag/v1.1.0).
</Update>
{/* changelog-id: flox/flox-vscode@v1.1.0 */}

<Update label="August 11" description="v1.14.1">
## Clearer activations and prompts

Expand Down