mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
allow to provide ViewColumn with 'vscode.previewHtml' command
This commit is contained in:
@@ -49,7 +49,7 @@ suite("commands namespace tests", () => {
|
||||
|
||||
let virtualDocumentUri = Uri.parse('speciale://authority/path')
|
||||
|
||||
return commands.executeCommand('workbench.html.preview', virtualDocumentUri).then(success => {
|
||||
return commands.executeCommand('vscode.previewHtml', virtualDocumentUri).then(success => {
|
||||
assert.ok(success);
|
||||
registration.dispose();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user