Merge from vscode ec07311dab2556c9d66a4cb3eecdc21c524202e1 (#6739)

This commit is contained in:
Anthony Dresser
2019-08-13 19:14:03 -07:00
committed by GitHub
parent a645a09f42
commit 82c1c57c76
77 changed files with 1319 additions and 741 deletions

View File

@@ -48,6 +48,11 @@ export interface IWorkbenchConstructionOptions {
* A factory for web sockets.
*/
webSocketFactory?: IWebSocketFactory;
/**
* Experimental: Whether to enable the smoke test driver.
*/
driver?: boolean;
}
/**