Skip to content

Commit dc5a4a4

Browse files
committed
Consolidate apply chat response commands into a single command
1 parent 2839f80 commit dc5a4a4

4 files changed

Lines changed: 471 additions & 518 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ Generate meaningful commit messages based on contents of affected files and diff
170170
#### Applying chat responses
171171

172172
- `Code Web Chat: Apply Chat Response` - Apply changes suggested by AI using clipboard content.
173-
- `Code Web Chat: Apply Chat Response (Fast replace)` - Apply changes suggested by AI using clipboard content (Fast replace).
174-
- `Code Web Chat: Apply Chat Response (Intelligent update)` - Apply changes suggested by AI using clipboard content (Intelligent update).
175173
- `Code Web Chat: Revert Last Applied Changes` - Revert the last applied changes.
176174

177175
#### Chat

packages/vscode/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,6 @@
282282
"command": "codeWebChat.delete",
283283
"title": "Delete"
284284
},
285-
{
286-
"command": "codeWebChat.applyChatResponseFastReplace",
287-
"title": "Apply Chat Response (Fast replace)",
288-
"category": "Code Web Chat"
289-
},
290-
{
291-
"command": "codeWebChat.applyChatResponseIntelligentUpdate",
292-
"title": "Apply Chat Response (Intelligent update)",
293-
"category": "Code Web Chat"
294-
},
295285
{
296286
"command": "codeWebChat.revert",
297287
"title": "Revert Last Applied Chat Response",

0 commit comments

Comments
 (0)