From 454b78aa568e5ee8a9cec251abdda69173ee5e2d Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 30 Jan 2026 11:51:08 -0500 Subject: [PATCH] fix(manifest): add repo URL, license link, and enable QnA --- resources/extension.manifest.json | 3 ++- .../source.extension.vsixmanifest | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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