chore: update to electron 7 (#89260)

* Revert "revert back to electron 6 (#89245)"

This reverts commit 5d498736f4.

* chore: update electron@7.1.11
This commit is contained in:
Robo
2020-02-04 12:56:23 -08:00
committed by GitHub
parent 7a5a375afe
commit 01989df7c9
16 changed files with 374 additions and 290 deletions

View File

@@ -13,7 +13,8 @@ const webviewId = 'myWebview';
const testDocument = join(vscode.workspace.rootPath || '', './bower.json');
suite('Webview tests', () => {
// TODO: Re-enable after https://github.com/microsoft/vscode/issues/88415
suite.skip('Webview tests', () => {
const disposables: vscode.Disposable[] = [];
function _register<T extends vscode.Disposable>(disposable: T) {