提交 aa803039 编写于 作者: M Matt Bierner

Fix scheme for webview test

上级 f91775a6
......@@ -746,7 +746,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-webview-resource');
assert.equal(uri.scheme, 'vscode-resource');
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册