mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
lazy load webview if there is no webview outputs or not kernel dependencies
This commit is contained in:
@@ -933,7 +933,7 @@ suite('webview', () => {
|
||||
// await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
|
||||
// assert.equal(vscode.notebook.activeNotebookEditor !== undefined, true, 'notebook first');
|
||||
// const uri = vscode.notebook.activeNotebookEditor!.asWebviewUri(vscode.Uri.file('./hello.png'));
|
||||
// assert.equal(uri.scheme, 'vscode-resource');
|
||||
// assert.equal(uri.scheme, 'vscode-webview-resource');
|
||||
// await vscode.commands.executeCommand('workbench.action.closeAllEditors');
|
||||
// });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user