mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 (#6516)
* Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 * fix tests
This commit is contained in:
@@ -8,6 +8,7 @@ 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 {
|
||||
|
||||
@@ -44,6 +45,11 @@ export interface IWorkbenchConstructionOptions {
|
||||
* In case not provided, workbench uses <code>XMLHttpRequest</code>.
|
||||
*/
|
||||
requestHandler?: (requestOptions: IRequestOptions) => Promise<IRequestContext>;
|
||||
|
||||
/**
|
||||
* A factory for web sockets.
|
||||
*/
|
||||
webSocketFactory?: IWebSocketFactory;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user