diff --git a/env/shared/commands/biWiki.js b/env/shared/commands/biWiki.js index 5cef0b1..330d7dd 100644 --- a/env/shared/commands/biWiki.js +++ b/env/shared/commands/biWiki.js @@ -7,9 +7,5 @@ exports.browseSelectedCommand = () => { let selection = editor.selection; let command = editor.document.getText(selection).trim(); - const panel = vsc_core.window.createWebviewPanel( - 'browseCommandDocs', "BI Wiki: ".concat(command), - vsc_core.ViewColumn.One, { } - ); - panel.webview.html = '' + vsc_core.env.openExternal('https://community.bistudio.com/wiki?title=' + command); } \ No newline at end of file