diff --git a/resources/extension.manifest.json b/resources/extension.manifest.json index ddea3dc..d37b312 100644 --- a/resources/extension.manifest.json +++ b/resources/extension.manifest.json @@ -10,5 +10,6 @@ }, "overview": "../README.md", "publisher": "CodingWithCalvin", - "qna": false + "qna": true, + "repo": "https://github.com/CodingWithCalvin/VS-BreakpointNotifier" } \ No newline at end of file diff --git a/src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest b/src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest index ae950cf..a114e6e 100644 --- a/src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest +++ b/src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest @@ -7,6 +7,7 @@ Breakpoint Notifier Opens a dialog box in front of all other Windows to let you know that a breakpoint was hit. Great for multi-tasking! https://github.com/CodingWithCalvin/VS-BreakpointNotifier + resources\LICENSE resources\logo.png debug,debugger,debugging