Skip to content

Commit f9c57cf

Browse files
committed
Remove the GettingStartedGuide element from the VSIX manifest
1 parent e96f71d commit f9c57cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tvl.VisualStudio.MouseFastScroll/source.extension.vsixmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<Description>Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.</Description>
77
<MoreInfo>https://github.com/tunnelvisionlabs/MouseFastScroll</MoreInfo>
88
<License>LICENSE.txt</License>
9-
<GettingStartedGuide>https://marketplace.visualstudio.com/items?itemName=SamHarwell.MouseFastScroll</GettingStartedGuide>
9+
<!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation -->
10+
<!--<GettingStartedGuide>https://marketplace.visualstudio.com/items?itemName=SamHarwell.MouseFastScroll</GettingStartedGuide>-->
1011
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/v3.0.1</ReleaseNotes>
1112
<!--<Icon></Icon>-->
1213
<!--<PreviewImage></PreviewImage>-->

0 commit comments

Comments
 (0)