From d4e46c9fb4da9420b16ca2f800cb7c3e495c303a Mon Sep 17 00:00:00 2001 From: isidorn Date: Mon, 27 May 2024 14:01:06 +0200 Subject: [PATCH] chore: remove extension dependency to github copilot chat. We do not want folk adding this to their existing extensions --- chat-sample/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/chat-sample/package.json b/chat-sample/package.json index ed4b3bd6..5f585543 100644 --- a/chat-sample/package.json +++ b/chat-sample/package.json @@ -11,9 +11,6 @@ "engines": { "vscode": "^1.90.0" }, - "extensionDependencies": [ - "github.copilot-chat" - ], "categories": [ "AI", "Chat"