Skip to content

Commit 0d96737

Browse files
authored
Merge pull request #8 from sharwell/no-guide
VSIX manifest cleanup
2 parents e96f71d + 363e79d commit 0d96737

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tvl.VisualStudio.MouseFastScroll/source.extension.vsixmanifest

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
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>-->
13-
<!--<Tags></Tags>-->
14+
<Tags>mouse, scroll, zoom</Tags>
1415
</Metadata>
1516
<Installation>
1617
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Community" />

0 commit comments

Comments
 (0)