From 863969d150d259d61e541ca89fc41e54ad3baea9 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Fri, 11 Oct 2024 12:21:28 -0700 Subject: [PATCH] Bump engine version --- chat-tools-sample/package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/chat-tools-sample/package.json b/chat-tools-sample/package.json index cb843130..21d3f03d 100644 --- a/chat-tools-sample/package.json +++ b/chat-tools-sample/package.json @@ -9,7 +9,7 @@ }, "version": "0.1.0", "engines": { - "vscode": "^1.93.0" + "vscode": "^1.95.0" }, "categories": [ "AI", @@ -46,12 +46,12 @@ ], "languageModelTools": [ { - "id": "chat-tools-sample_tabCount", + "name": "chat-tools-sample_tabCount", "tags": [ "editors", "chat-tools-sample" ], - "name": "tabCount", + "name2": "tabCount", "displayName": "Tab Count", "modelDescription": "The number of active tabs in a tab group", "icon": "$(files)", @@ -71,7 +71,7 @@ ] }, { - "id": "chat-tools-sample_findFiles", + "name": "chat-tools-sample_findFiles", "tags": [ "files", "search", @@ -96,7 +96,7 @@ ] }, { - "id": "chat-tools-sample_runInTerminal", + "name": "chat-tools-sample_runInTerminal", "tags": [ "terminal", "chat-tools-sample" @@ -117,8 +117,7 @@ }, "supportedContentTypes": [ "text/plain" - ], - "requiresConfirmation": true + ] } ] },