You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/copilot/copilot-vscode-features.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,8 +219,8 @@ Get help about shell commands and how to resolve errors when running commands in
219
219
|`kb(inlinechat.start)`| Start Inline Chat within the terminal to use natural language to quickly get and run a shell command.<br/>Example: `how many cores on this machine?`|
220
220
| <iclass="codicon codicon-sparkle"></i> <br/>Fix using Copilot | Select the <iclass="codicon codicon-sparkle"></i> icon on a failed shell command and get suggestions on how to resolve the error. |
221
221
| <iclass="codicon codicon-sparkle"></i> <br/>Explain using Copilot | Select the <iclass="codicon codicon-sparkle"></i> icon on a failed shell command and get an explanation about why the command failed. |
222
-
|`@terminal`| Use the `@terminal` participant in the Chat View to ask questions about the integrated terminal or shell commands.<br/>Example: `@terminal list the 5 largest files in this workspace`|
223
-
|`@terminal /explain`| Use the `/explain` command in the Chat View to explain something from the terminal.<br/>Example: `@terminal /explain top shell command`|
222
+
|`@terminal`| Use the `@terminal` participant in the Chat view to ask questions about the integrated terminal or shell commands.<br/>Example: `@terminal list the 5 largest files in this workspace`|
223
+
|`@terminal /explain`| Use the `/explain` command in the Chat view to explain something from the terminal.<br/>Example: `@terminal /explain top shell command`|
Copy file name to clipboardExpand all lines: docs/copilot/getting-started-chat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ TOCTitle: Copilot Chat Tutorial
5
5
ContentId: ae1f36a9-7597-425f-97fc-49bd51c153a3
6
6
PageTitle: Getting started with Copilot Chat
7
7
DateApproved: 10/29/2024
8
-
MetaDescription: Get started with AI-powered chat conversations with GitHub Copilot in Visual Studio Code, inline while you're coding, or in a separate chat view.
8
+
MetaDescription: Get started with AI-powered chat conversations with GitHub Copilot in Visual Studio Code, inline while you're coding, or in a separate Chat view.
Copy file name to clipboardExpand all lines: docs/copilot/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,17 +129,17 @@ Check our [Copilot cheat sheet](/docs/copilot/copilot-vscode-features.md) for an
129
129
130
130
***Provide suggestions for implementing code refactorings**. Copilot suggests refactorings using the context of your codebase. For example, ask Copilot to refactor a function to not use recursion, or to suggest an algorithm that can improve performance.
131
131
132
-

132
+

133
133
134
134
***Suggest potential improvements to selected code**, such as improved handling of errors and edge cases, or changes to the logical flow to make the code more readable.
135
135
136
-

136
+

137
137
138
138
### Fix issues
139
139
140
140
***Propose a fix for bugs in your code** with the `/fix` command by suggesting code snippets and solutions based on the context of the error or issue. For example, if your code produces an error message or warning, Copilot Chat can suggest possible fixes based on the error message, the code's syntax, and the surrounding code. The changes might consist of changes to variables, control structures, or function calls that could resolve the issue.
141
141
142
-

142
+

143
143
144
144
***Propose a fix for failing tests** (preview). When you run automated tests for your code, Copilot can suggest code fixes for tests that fail with the `/fixTestFailure` command.
145
145
@@ -197,7 +197,7 @@ Check our [Copilot cheat sheet](/docs/copilot/copilot-vscode-features.md) for an
197
197
198
198

199
199
200
-
***Use terminal inline chat** to ask questions about the terminal or how to use specific shell commands. For example, you can ask questions such as "list the top 5 largest files in the src directory", or "how to enable shell integration".
200
+
***Use terminal Inline Chat** to ask questions about the terminal or how to use specific shell commands. For example, you can ask questions such as "list the top 5 largest files in the src directory", or "how to enable shell integration".
201
201
202
202

Copy file name to clipboardExpand all lines: docs/copilot/prompt-crafting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Chat participants are designed to collect extra context either about a code base
111
111
112
112
Slash commands help Copilot Chat understand your **intent** when you ask a question. Are you learning about a code base (`/explain`), do you want help with fixing an issue (`/fix`), or are you creating test cases (`/tests`)? By letting Copilot Chat know what you're trying to do, it can tune its reply to your task and provide helpful commands, settings, and code snippets.
You could write out your project scope or current task with a natural language query but using chat participants and slash commands is more concise and explicit.
117
117
@@ -139,7 +139,7 @@ When you ask Copilot to do a specific task, be specific about the inputs, output
139
139
140
140
When asking Copilot Chat for help, you aren't stuck with the first response. You can iterate and prompt Copilot to improve the solution. Copilot has both the context of the generated code and also your current conversation.
141
141
142
-
Here's an example using inline chat to create a function to calculate Fibonacci numbers:
142
+
Here's an example using Inline Chat to create a function to calculate Fibonacci numbers:
143
143
144
144

Copy file name to clipboardExpand all lines: docs/editor/accessibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ When you adjust the zoom level with the **View** > **Appearance** > **Zoom In /
29
29
30
30
## Accessibility help
31
31
32
-
The command **Open Accessibility Help**`kb(editor.action.accessibilityHelp)` opens a help menu based on the current context. It currently applies to the editor, terminal, notebook, chat view, and inline chat features.
32
+
The command **Open Accessibility Help**`kb(editor.action.accessibilityHelp)` opens a help menu based on the current context. It currently applies to the editor, terminal, notebook, Chat view, and Inline Chat features.
33
33
34
34
You can dismiss the accessibility help menu or open additional documentation from within the help menu.
Copy file name to clipboardExpand all lines: docs/editor/voice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You can press and hold the keybinding for the voice start command (`kb(workbench
27
27
28
28
## Voice in Copilot Chat
29
29
30
-
You can use your voice to talk to [Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) easily. The command **Voice: Start Voice Chat** (`kb(workbench.action.chat.startVoiceChat)`) brings up a voice chat, regardless of where the current focus is. If the focus is in the editor, inline chat is started, otherwise the Chat view is opened.
30
+
You can use your voice to talk to [Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) easily. The command **Voice: Start Voice Chat** (`kb(workbench.action.chat.startVoiceChat)`) brings up a voice chat, regardless of where the current focus is. If the focus is in the editor, Inline Chat is started, otherwise the Chat view is opened.
31
31
32
32

Copy file name to clipboardExpand all lines: docs/terminal/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,7 @@ You can also right-click on a terminal tab and select **Toggle Size to Content W
316
316
317
317
The basics of the terminal have been covered in this document. Read on to find out more about:
318
318
319
-
*[Terminal inline chat](/docs/copilot/copilot-chat#terminal-inline-chat) - AI-powered suggestions right in your terminal.
319
+
*[Terminal Inline Chat](/docs/copilot/copilot-chat#terminal-inline-chat) - AI-powered suggestions right in your terminal.
320
320
*[Tasks](/docs/editor/tasks.md) - Tasks let you integrate with external tools and leverage the terminal heavily.
321
321
*[Mastering VS Code's Terminal](https://www.growingwiththeweb.com/2017/03/mastering-vscodes-terminal.html) - An external blog with plenty of power user tips for the terminal.
322
322
* Explore terminal commands by browsing the keyboard shortcuts within VS Code (**Preferences: Open Keyboard Shortcuts** then search on 'terminal').
0 commit comments