move proxy helper from workbench => base

This commit is contained in:
Benjamin Pasero
2016-01-11 09:59:29 +01:00
parent f1971c4dab
commit 0e7ed68303
4 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import { TPromise } from 'vs/base/common/winjs.base';
import { assign } from 'vs/base/common/objects';
import { Url, parse as parseUrl } from 'url';
import { request, IRequestOptions } from 'vs/base/node/request';
import { getProxyAgent } from 'vs/workbench/node/proxy';
import { getProxyAgent } from 'vs/base/node/proxy';
export interface IXHROptions extends IRequestOptions {
responseType?: string;