From 6a762df2120477c66d8c954ad76c5cd6553de397 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 30 Jan 2026 11:51:33 -0500 Subject: [PATCH] fix(manifest): remove www prefix and enable QnA --- resources/extension.manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/extension.manifest.json b/resources/extension.manifest.json index a0938cf..461f00b 100644 --- a/resources/extension.manifest.json +++ b/resources/extension.manifest.json @@ -10,5 +10,5 @@ "overview": "../README.md", "publisher": "CodingWithCalvin", "qna": true, - "repo": "https://www.github.com/CodingWithCalvin/VS-MCPServer" + "repo": "https://github.com/CodingWithCalvin/VS-MCPServer" }