Skip to content

Commit dc2006f

Browse files
authored
Merge pull request #8370 from microsoft/odd-armadillo
Fix Quick Chat command ID
2 parents 07910f8 + b7cfeb1 commit dc2006f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/copilot/chat/chat-ask-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If a code block contains a shell command, you can run it directly in the integra
7474
7575
## Quick chat
7676

77-
To ask a quick question without starting a full chat session, you can open Quick Chat. Select **Quick Chat** from the Copilot menu in the title bar, or use the `kb(workbench.action.openQuickChat)` keyboard shortcut.
77+
To ask a quick question without starting a full chat session, you can open Quick Chat. Select **Quick Chat** from the Copilot menu in the title bar, or use the `kb(workbench.action.quickchat.toggle)` keyboard shortcut.
7878

7979
You can ask a question in Quick Chat, and if you want to keep the conversation going, promote it to a full chat session with the **Open in Chat View** button.
8080

docs/copilot/chat/copilot-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can access chat in VS Code in several ways:
4747

4848
* **Inline chat** (`kb(inlineChat.start)`): start a chat conversation directly from the editor (_editor inline chat_) or integrated terminal (_terminal inline chat_) to get suggestions in-place.
4949

50-
* **Quick Chat** (`kb(workbench.action.openQuickChat)`): ask a quick question and get back into what you were doing.
50+
* **Quick Chat** (`kb(workbench.action.quickchat.toggle)`): ask a quick question and get back into what you were doing.
5151

5252
Quickly access chat by using the corresponding keyboard shortcuts or via the Copilot menu in the VS Code title bar.
5353

0 commit comments

Comments
 (0)