mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed (#6719)
This commit is contained in:
@@ -7,7 +7,6 @@ import 'vs/workbench/workbench.web.main';
|
||||
import { main } from 'vs/workbench/browser/web.main';
|
||||
import { UriComponents } from 'vs/base/common/uri';
|
||||
import { IFileSystemProvider } from 'vs/platform/files/common/files';
|
||||
import { IRequestOptions, IRequestContext } from 'vs/platform/request/common/request';
|
||||
import { IWebSocketFactory } from 'vs/platform/remote/browser/browserSocketFactory';
|
||||
|
||||
export interface IWorkbenchConstructionOptions {
|
||||
@@ -45,12 +44,6 @@ export interface IWorkbenchConstructionOptions {
|
||||
*/
|
||||
userDataProvider?: IFileSystemProvider;
|
||||
|
||||
/**
|
||||
* Experimental: Optional request handler to handle http requests.
|
||||
* In case not provided, workbench uses <code>XMLHttpRequest</code>.
|
||||
*/
|
||||
requestHandler?: (requestOptions: IRequestOptions) => Promise<IRequestContext>;
|
||||
|
||||
/**
|
||||
* A factory for web sockets.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user