Skip to content

Commit 6bc037e

Browse files
committed
[settings] error in "http.proxyAuthorization" . Fixes microsoft#11459
1 parent 354455b commit 6bc037e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/request/common/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
4545
description: localize('strictSSL', "Whether the proxy server certificate should be verified against the list of supplied CAs.")
4646
},
4747
'http.proxyAuthorization': {
48-
type: 'string',
48+
type: ['null', 'string'],
4949
default: null,
5050
description: localize('proxyAuthorization', "The value to send as the 'Proxy-Authorization' header for every network request.")
5151
}

0 commit comments

Comments
 (0)