提交 b20ab37d 编写于 作者: J Joao Moreno

fix typo

fixes #155
上级 1f59ee06
......@@ -127,7 +127,7 @@ export class ExtensionsService implements IExtensionsService {
const settings = TPromise.join([
UserSettings.getValue(this.contextService, 'http.proxy'),
UserSettings.getValue(this.contextService, 'http.proxy.strictSSL')
UserSettings.getValue(this.contextService, 'http.proxyStrictSSL')
]);
return settings
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册