|
5 | 5 | from published versions since it shows up in the VS Code extension changelog |
6 | 6 | tab and is confusing to users. Add it back between releases if needed. --> |
7 | 7 |
|
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 |
28 | 9 |
|
29 | 10 | ### Added |
30 | 11 |
|
|
35 | 16 | without symlinking. |
36 | 17 | - New **Coder: Speed Test Workspace** command to run |
37 | 18 | [`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. |
40 | 22 | - New **Coder: Ping Workspace** command to run |
41 | 23 | [`coder ping`](https://coder.com/docs/reference/cli/ping) from the command palette or workspace |
42 | 24 | sidebar, with live connectivity diagnostics in a terminal. |
43 | 25 | - New **Coder: Create Support Bundle** command to run |
44 | 26 | [`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. |
47 | 30 | - Coder SSH connections now default to `ServerAliveInterval=10` and `ServerAliveCountMax=3`, |
48 | 31 | helping keep sessions alive through NATs and firewalls while detecting dead connections within |
49 | 32 | about 30 seconds. |
50 | 33 | - New `coder.networkThreshold.latencyMs` setting (default: 250ms, set to `0` to disable) to warn |
51 | 34 | when workspace latency stays high. The network status bar indicator turns yellow and offers quick |
52 | 35 | 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. |
53 | 39 |
|
54 | 40 | ### Fixed |
55 | 41 |
|
|
62 | 48 | during an in-progress update. |
63 | 49 | - Workspace build logs now reliably appear in the **Coder: Workspace Build** output channel during |
64 | 50 | 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. |
65 | 57 |
|
66 | 58 | ## [v1.14.3](https://github.com/coder/vscode-coder/releases/tag/v1.14.3) 2026-03-30 |
67 | 59 |
|
|
0 commit comments