Skip to content

Commit 87b5514

Browse files
authored
fix(manifest): add repo URL, license link, and enable QnA (#30)
1 parent 40f297b commit 87b5514

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

resources/extension.manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
},
1111
"overview": "../README.md",
1212
"publisher": "CodingWithCalvin",
13-
"qna": false
13+
"qna": true,
14+
"repo": "https://github.com/CodingWithCalvin/VS-BreakpointNotifier"
1415
}

src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DisplayName>Breakpoint Notifier</DisplayName>
88
<Description xml:space="preserve">Opens a dialog box in front of all other Windows to let you know that a breakpoint was hit. Great for multi-tasking!</Description>
99
<MoreInfo>https://github.com/CodingWithCalvin/VS-BreakpointNotifier</MoreInfo>
10+
<License>resources\LICENSE</License>
1011
<Icon>resources\logo.png</Icon>
1112
<Tags>debug,debugger,debugging</Tags>
1213
</Metadata>

0 commit comments

Comments
 (0)