You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownDescription": "Path to file for TLS client cert. When specified, token authorization will be skipped.",
77
+
"markdownDescription": "Path to file for TLS client cert. When specified, token authorization will be skipped. `http.proxySupport` must be set to `on` or `off`, otherwise VS Code will override the proxy agent set by the plugin.",
78
78
"type": "string",
79
79
"default": ""
80
80
},
81
81
"coder.tlsKeyFile": {
82
-
"markdownDescription": "Path to file for TLS client key. When specified, token authorization will be skipped.",
82
+
"markdownDescription": "Path to file for TLS client key. When specified, token authorization will be skipped. `http.proxySupport` must be set to `on` or `off`, otherwise VS Code will override the proxy agent set by the plugin.",
83
83
"type": "string",
84
84
"default": ""
85
85
},
86
86
"coder.tlsCaFile": {
87
-
"markdownDescription": "Path to file for TLS certificate authority.",
87
+
"markdownDescription": "Path to file for TLS certificate authority. `http.proxySupport` must be set to `on` or `off`, otherwise VS Code will override the proxy agent set by the plugin.",
88
+
"type": "string",
89
+
"default": ""
90
+
},
91
+
"coder.tlsAltHost": {
92
+
"markdownDescription": "Alternative hostname to use for TLS verification. This is useful when the hostname in the certificate does not match the hostname used to connect.",
0 commit comments