From 8dd7ca299ed55ff409fa28122ec4ae78cbfbf1ef Mon Sep 17 00:00:00 2001 From: Josh Spicer <23246594+joshspicer@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:11:29 -0800 Subject: [PATCH] fix claude code integration (#2519) --- extensions/copilot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json index 07fdadc588c..011402b39ca 100644 --- a/extensions/copilot/package.json +++ b/extensions/copilot/package.json @@ -4946,11 +4946,11 @@ "icon": "$(sparkle)", "welcomeTitle": "Claude Code Agent", "welcomeMessage": "Run local background tasks", - "inputPlaceholder": "Describe your task, type `#` for adding context", + "inputPlaceholder": "Run local tasks with Claude Code, type `#` for adding context", "order": 3, "description": "The Claude Code Agent works on your local machine", "when": "config.github.copilot.chat.claudeCode.enabled", - "canDelegate": false, + "canDelegate": true, "capabilities": { "supportsFileAttachments": true },