We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ed34c commit 11d7ce4Copy full SHA for 11d7ce4
1 file changed
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
## [v1.12.1](https://github.com/coder/vscode-coder/releases/tag/v1.12.1) 2026-01-23
16
17
### Fixed
0 commit comments