diff --git a/src/vs/workbench/services/request/node/requestService.ts b/src/vs/workbench/services/request/node/requestService.ts index afcbc6dd5f5..641f6da262c 100644 --- a/src/vs/workbench/services/request/node/requestService.ts +++ b/src/vs/workbench/services/request/node/requestService.ts @@ -111,7 +111,7 @@ confRegistry.registerConfiguration({ properties: { 'http.proxy': { type: 'string', - pattern: '^https?://[^:]+(:\\d+)?$', + pattern: '^https?://[^:]+(:\\d+)?$|^$', description: nls.localize('proxy', "The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables") }, 'http.proxyStrictSSL': {