We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91775a commit aa80303Copy full SHA for aa80303
1 file changed
extensions/vscode-notebook-tests/src/notebook.test.ts
@@ -746,7 +746,7 @@ suite('webview', () => {
746
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
747
assert.equal(vscode.notebook.activeNotebookEditor !== undefined, true, 'notebook first');
748
const uri = vscode.notebook.activeNotebookEditor!.asWebviewUri(vscode.Uri.file('./hello.png'));
749
- assert.equal(uri.scheme, 'vscode-webview-resource');
+ assert.equal(uri.scheme, 'vscode-resource');
750
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
751
});
752
0 commit comments