mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-15 07:41:11 +01:00
fix claude code integration (#2519)
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user