提交 6bc037e2 编写于 作者: M Martin Aeschlimann

[settings] error in "http.proxyAuthorization" . Fixes #11459

上级 354455ba
......@@ -45,7 +45,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
description: localize('strictSSL', "Whether the proxy server certificate should be verified against the list of supplied CAs.")
},
'http.proxyAuthorization': {
type: 'string',
type: ['null', 'string'],
default: null,
description: localize('proxyAuthorization', "The value to send as the 'Proxy-Authorization' header for every network request.")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册