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

Fix notebook tests

上级 46523373
......@@ -437,6 +437,6 @@ suite('webview resource uri', () => {
await waitFor(500);
assert.equal(vscode.notebook.activeNotebookEditor !== undefined, true, 'notebook first');
const uri = vscode.notebook.activeNotebookEditor!.asWebviewUri(vscode.Uri.parse('./hello.png'));
assert.equal(uri.scheme, 'vscode-resource');
assert.equal(uri.scheme, 'vscode-webview-resource');
});
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册