We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be72f61 commit 9525427Copy full SHA for 9525427
src/docsBrowser.ts
@@ -43,7 +43,7 @@ export namespace DocsBrowser {
43
const encoded = encodeURIComponent(JSON.stringify({ hackageUri }));
44
const hackageCmd = 'command:haskell.openDocumentationOnHackage?' + encoded;
45
46
- panel.webview.html = `<div><a href="${hackageCmd}">Reopen on Hackage</a></div>
+ panel.webview.html = `<div><a href="${hackageCmd}">Open on Hackage</a></div>
47
<div><iframe src="${uri}" frameBorder = "0" style = "background: white; width: 100%; height: 100%; position:absolute; left: 0; right: 0; bottom: 0; top: 30px;"/></div>`;
48
} catch (e) {
49
await window.showErrorMessage(e);
0 commit comments