|
4 | 4 | "displayName":"Coder",
|
5 | 5 | "description":"Open any workspace with a single click.",
|
6 | 6 | "repository":"https://github.com/coder/vscode-coder",
|
7 |
| -"version":"1.3.6", |
| 7 | +"version":"1.3.7", |
8 | 8 | "engines": {
|
9 | 9 | "vscode":"^1.73.0"
|
10 | 10 | },
|
|
74 | 74 | "default":""
|
75 | 75 | },
|
76 | 76 | "coder.tlsCertFile": {
|
77 |
| -"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 | 88 | "type":"string",
|
89 | 89 | "default":""
|
90 | 90 | },
|
|