From c63d6a10536b63175430762e16bfe83c084001c7 Mon Sep 17 00:00:00 2001 From: Muhammad Sammy Date: Fri, 10 Nov 2023 14:21:14 +0200 Subject: [PATCH] Use correct repo links for openvsx and gh issues --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 37a7ea09b..cb86c2c64 100644 --- a/package.json +++ b/package.json @@ -6,15 +6,15 @@ "displayName": "C#", "author": "Muhammad Sammy", "license": "SEE LICENSE IN RuntimeLicenses/license.txt", - "qna": "https://github.com/dotnet/vscode-csharp/issues", + "qna": "https://github.com/muhammadsammy/free-vscode-csharp/issues", "icon": "images/csharpIcon.png", "preview": false, "bugs": { - "url": "https://github.com/OmniSharp/omnisharp-vscode/issues" + "url": "https://github.com/muhammadsammy/free-vscode-csharp/issues" }, "repository": { "type": "git", - "url": "https://github.com/OmniSharp/omnisharp-vscode.git" + "url": "https://github.com/muhammadsammy/free-vscode-csharp.git" }, "categories": [ "Debuggers",