From 2332572ac9f28ba7ece29cda662d551852ce26f3 Mon Sep 17 00:00:00 2001 From: "Jan Brodersen (Armitxes)" <4rmitxes@gmail.com> Date: Mon, 28 Dec 2020 18:41:21 +0100 Subject: [PATCH] [FIX] Issue #52 --- env/shared/commands/biWiki.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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