Skip to content

Commit 1b83a54

Browse files
authored
v1.14.5 (#927)
1 parent 207d11e commit 1b83a54

2 files changed

Lines changed: 17 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@
55
from published versions since it shows up in the VS Code extension changelog
66
tab and is confusing to users. Add it back between releases if needed. -->
77

8-
## Unreleased
9-
10-
### Added
11-
12-
- Opening a workspace that's already connected in another VS Code window now shows a prompt
13-
to **Duplicate Window** (preserving tabs and panels) or **Open Without Folder**, instead of
14-
just focusing the existing window with no way to open a second view of the same workspace.
15-
16-
### Fixed
17-
18-
- The **Coder: Workspace Build** output channel is no longer created when reconnecting to an
19-
already-running workspace, so the Output panel doesn't pop open empty.
20-
21-
### Changed
22-
23-
- **Coder: Speed Test Workspace** results now render in an interactive throughput chart with
24-
hover tooltips, a summary header, and a real-time progress bar while the CLI runs. A View JSON
25-
action exposes the raw output.
26-
27-
## [v1.14.4-pre](https://github.com/coder/vscode-coder/releases/tag/v1.14.4-pre) 2026-04-20
8+
## [v1.14.5](https://github.com/coder/vscode-coder/releases/tag/v1.14.5) 2026-04-30
289

2910
### Added
3011

@@ -35,21 +16,26 @@
3516
without symlinking.
3617
- New **Coder: Speed Test Workspace** command to run
3718
[`coder speedtest`](https://coder.com/docs/reference/cli/speedtest) from the command palette or
38-
workspace sidebar. Choose a running workspace, optionally set the test duration, and open the
39-
JSON results directly in VS Code.
19+
workspace sidebar. Choose a running workspace, optionally set the test duration, and view results
20+
in an interactive throughput chart with hover tooltips, a summary header, and a real-time progress
21+
bar while the CLI runs. A View JSON action exposes the raw output.
4022
- New **Coder: Ping Workspace** command to run
4123
[`coder ping`](https://coder.com/docs/reference/cli/ping) from the command palette or workspace
4224
sidebar, with live connectivity diagnostics in a terminal.
4325
- New **Coder: Create Support Bundle** command to run
4426
[`coder support bundle`](https://coder.com/docs/reference/cli/support_bundle) from VS Code and
45-
save the resulting diagnostics zip for troubleshooting. Available when your deployment supports
46-
support bundles.
27+
save the resulting diagnostics zip for troubleshooting. The bundle also includes VS Code-side
28+
logs (Remote SSH extension, SSH proxy, and extension output channels) for easier debugging.
29+
Available when your deployment supports support bundles.
4730
- Coder SSH connections now default to `ServerAliveInterval=10` and `ServerAliveCountMax=3`,
4831
helping keep sessions alive through NATs and firewalls while detecting dead connections within
4932
about 30 seconds.
5033
- New `coder.networkThreshold.latencyMs` setting (default: 250ms, set to `0` to disable) to warn
5134
when workspace latency stays high. The network status bar indicator turns yellow and offers quick
5235
actions to run **Coder: Ping Workspace** or open the setting.
36+
- Opening a workspace that's already connected in another VS Code window now shows a prompt
37+
to **Duplicate Window** (preserving tabs and panels) or **Open Without Folder**, instead of
38+
just focusing the existing window with no way to open a second view of the same workspace.
5339

5440
### Fixed
5541

@@ -62,6 +48,12 @@
6248
during an in-progress update.
6349
- Workspace build logs now reliably appear in the **Coder: Workspace Build** output channel during
6450
startup.
51+
- The **Coder: Workspace Build** output channel is no longer created when reconnecting to an
52+
already-running workspace, so the Output panel doesn't pop open empty.
53+
- CLI subprocesses spawned by **Speed Test**, **Ping**, **Create Support Bundle**, and the app
54+
status terminal now inherit `CODER_URL` and `CODER_SESSION_TOKEN`, so authentication works for
55+
any nested CLI invocations (including mTLS deployments).
56+
- Cancelling a long-running CLI command no longer surfaces as a misleading CLI failure.
6557

6658
## [v1.14.3](https://github.com/coder/vscode-coder/releases/tag/v1.14.3) 2026-03-30
6759

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coder-remote",
33
"displayName": "Coder",
4-
"version": "1.14.4",
4+
"version": "1.14.5",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)