Fix webviews for electron 7

Caused by #83796

Also re-enables the webview tests
This commit is contained in:
Matt Bierner
2020-01-09 15:06:11 -08:00
parent ad97bd7493
commit c8123dee96
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ const webviewId = 'myWebview';
const testDocument = join(vscode.workspace.rootPath || '', './bower.json');
suite.skip('Webview tests', () => {
suite('Webview tests', () => {
const disposables: vscode.Disposable[] = [];
function _register<T extends vscode.Disposable>(disposable: T) {