Skip to content

Commit 0524857

Browse files
authored
Merge pull request #7936 from microsoft/terminal-inline-chat
Remove editing of chat suggestion
2 parents e4be667 + bbec053 commit 0524857

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/copilot/copilot-chat.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ To start Inline Chat in the terminal, press the `kb(inlinechat.start)` keyboard
236236

237237
Once a command is suggested, use **Run** (`kb(workbench.action.terminal.chat.runCommand)`) to run the command in the terminal, or **Insert** (`kb(workbench.action.terminal.chat.insertCommand)`) to insert the command into the terminal.
238238

239-
Optionally, you can edit the command directly in the Copilot response before running it by placing the cursor in the response or by pressing `kbstyle(Ctrl+up)`, `kbstyle(Tab)`, `kbstyle(Tab)` on Windows & Linux, or `kbstyle(Cmd+up)`, `kbstyle(Tab)`, `kbstyle(Tab)` on macOS.
240-
241239
## Smart actions
242240

243241
Copilot Chat lets you use natural language to get help from Copilot. For several common scenarios, you can use *smart actions* to get help from Copilot without having to write a prompt. Examples of these smart actions are for tasks, such as generating commit messages, generating documentation, fixing code, explaining code, or reviewing code changes.

0 commit comments

Comments
 (0)