mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user