Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

[WIP] Add Pull Request filter button to Visual Studio solution explorer #1667

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add IDSymbol for pullrequest Bitmap
jcansdale committed May 16, 2018
commit c3545157ad80347a0434be4aee31523093f92c44
9 changes: 2 additions & 7 deletions src/GitHub.InlineReviews/InlineReviewsPackage.vsct
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
</Button>
</Buttons>
<Bitmaps>
<Bitmap guid="guidImages" href="Resources\PullRequestFilterCommand.png" usedList="bmpPic1, bmpPic2, bmpPicSearch, bmpPicX, bmpPicArrows, bmpPicStrikethrough"/>
<Bitmap guid="guidImages" href="Resources\PullRequestFilterCommand.png" usedList="pullrequest"/>
</Bitmaps>
</Commands>
<KeyBindings>
@@ -99,12 +99,7 @@
</GuidSymbol>

<GuidSymbol name="guidImages" value="{775aa523-6c52-4c11-9c28-823c99d15613}" >
<IDSymbol name="bmpPic1" value="1" />
<IDSymbol name="bmpPic2" value="2" />
<IDSymbol name="bmpPicSearch" value="3" />
<IDSymbol name="bmpPicX" value="4" />
<IDSymbol name="bmpPicArrows" value="5" />
<IDSymbol name="bmpPicStrikethrough" value="6" />
<IDSymbol name="pullrequest" value="1" />
</GuidSymbol>
</Symbols>
</CommandTable>