Skip to content

Commit 3cc6597

Browse files
authored
Extension Guide - Show Extension Page in VS Code (#460)
Signed-off-by: Rome Li <[email protected]>
1 parent 8d7453d commit 3cc6597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext-guide/assets/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $("tr").hover(e => {
4747
bsShow($nextDesc);
4848

4949
const $learnMore = $("#btn-learn-more");
50-
$learnMore.attr("href", `https://marketplace.visualstudio.com/items?itemName=${ext}`);
50+
$learnMore.attr("href", `command:java.helper.showExtension?%22${ext}%22`);
5151
bsShow($learnMore);
5252
});
5353

0 commit comments

Comments
 (0)