Skip to content

Commit af6a1f8

Browse files
authored
test(manifest): repo field only (no MoreInfo in vsixmanifest) (#28)
Testing if repo field in extension.manifest.json alone is sufficient.
1 parent 1bd950f commit af6a1f8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

resources/extension.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"overview": "../README.md",
1212
"publisher": "CodingWithCalvin",
1313
"qna": false,
14-
"repo": "https://www.github.com/CodingWithCalvin/VS-OpenBinFolder"
14+
"repo": "https://github.com/CodingWithCalvin/VS-OpenBinFolder"
1515
}

src/CodingWithCalvin.OpenBinFolder/source.extension.vsixmanifest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Identity Id="VS-OpenBinFolder" Version="1.1" Language="en-US" Publisher="Coding With Calvin" />
55
<DisplayName>Open Bin Folder</DisplayName>
66
<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>
7-
<MoreInfo>https://github.com/CodingWithCalvin/VS-OpenBinFolder</MoreInfo>
87
<License>resources\LICENSE</License>
98
<Icon>resources\logo.png</Icon>
109
<Tags>bin,debug,folder,output</Tags>

0 commit comments

Comments
 (0)