We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb4c9b commit b81501bCopy full SHA for b81501b
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Unreleased
4
5
+### Added
6
+
7
+- Support for VS Code's built-in proxy settings: `http.noProxy` (as fallback when `coder.proxyBypass`
8
+ is not set), `http.proxyAuthorization`, and `http.proxyStrictSSL`.
9
10
+### Fixed
11
12
+- Fixed proxy scheme handling where URLs with schemes got duplicated and URLs without schemes
13
+ were not normalized.
14
15
### Changed
16
17
- WebSocket connections are now more robust and reconnect less frequently, only when truly
0 commit comments