Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion resources/extension.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"overview": "../README.md",
"publisher": "CodingWithCalvin",
"qna": false,
"repo": "https://www.github.com/CodingWithCalvin/VS-OpenBinFolder"
"repo": "https://github.com/CodingWithCalvin/VS-OpenBinFolder"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Identity Id="VS-OpenBinFolder" Version="1.1" Language="en-US" Publisher="Coding With Calvin" />
<DisplayName>Open Bin Folder</DisplayName>
<Description xml:space="preserve">Adds an 'Open Bin Folder' to the right click menu of the project for quick access to the builds output folder.</Description>
<MoreInfo>https://github.com/CodingWithCalvin/VS-OpenBinFolder</MoreInfo>
<License>resources\LICENSE</License>
<Icon>resources\logo.png</Icon>
<Tags>bin,debug,folder,output</Tags>
Expand Down
Loading