fix claude code integration (#2519)

This commit is contained in:
Josh Spicer
2025-12-09 23:11:29 +00:00
committed by GitHub
parent 67460785b5
commit 8dd7ca299e
+2 -2
View File
@@ -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
},