We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354455b commit 6bc037eCopy full SHA for 6bc037e
1 file changed
src/vs/platform/request/common/request.ts
@@ -45,7 +45,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
45
description: localize('strictSSL', "Whether the proxy server certificate should be verified against the list of supplied CAs.")
46
},
47
'http.proxyAuthorization': {
48
- type: 'string',
+ type: ['null', 'string'],
49
default: null,
50
description: localize('proxyAuthorization', "The value to send as the 'Proxy-Authorization' header for every network request.")
51
}
0 commit comments