|
5 | 5 | ###Changed
|
6 | 6 |
|
7 | 7 | - Always enable verbose (`-v`) flag when a log directory is configured (`coder.proxyLogDir`).
|
| 8 | +- Replaced SSE paths with a one-way WebSocket and centralized creation on`OneWayWebSocket`, and unified socket handling. |
8 | 9 |
|
9 | 10 | ###Added
|
10 | 11 |
|
11 |
| -- Add support for CLI global flag configurations through the`coder.globalFlags` setting. |
| 12 | +- Add logging for all REST and some WebSocket traffic, with REST verbosity configurable via`coder.httpClientLogLevel` (`none`,`basic`,`headers`,`body`). |
| 13 | +- An Axios interceptor that tags each request with a UUID to correlate with its response and measure duration. |
| 14 | +- Lifecycle logs for WebSocket creation, errors, and closures. |
12 | 15 |
|
13 | 16 | ##[1.10.1](https://github.com/coder/vscode-coder/releases/tag/v1.10.1) 2025-08-13
|
14 | 17 |
|
|