From c176c74a7dfc8b5b07db8c750b3da732b9795581 Mon Sep 17 00:00:00 2001 From: FloxBot Date: Wed, 26 Aug 2026 08:12:04 +0000 Subject: [PATCH 1/2] docs(changelog): stub for flox/flox-vscode v1.1.0 --- changelog.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 1444e5d..64b2d6d 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,6 +9,14 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog:insert */} + + ## VS Code extension v1.1.0 + + _Draft: summarize what changed in [v1.1.0](https://github.com/flox/flox-vscode/releases/tag/v1.1.0), leading with what it lets + users do rather than what was merged._ + +{/* changelog-id: flox/flox-vscode@v1.1.0 */} + ## Clearer activations and prompts From 87469ea9705cc2b982ca7780ee83a2418fa1b81a Mon Sep 17 00:00:00 2001 From: Daniel Sauble Date: Fri, 28 Aug 2026 15:17:29 -0700 Subject: [PATCH 2/2] docs(changelog): write the flox-vscode v1.1.0 entry Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_014LKn6Rdk5uRWZVTa1FbZbr --- changelog.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 64b2d6d..4d7f445 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -12,8 +12,12 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. ## VS Code extension v1.1.0 - _Draft: summarize what changed in [v1.1.0](https://github.com/flox/flox-vscode/releases/tag/v1.1.0), leading with what it lets - users do rather than what was merged._ + 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). {/* changelog-id: flox/flox-vscode@v1.1.0 */}