Skip to content

Commit 728fb10

Browse files
authored
Merge branch 'main' into python-smart-send
2 parents c661eb7 + a2ac660 commit 728fb10

File tree

12 files changed

+36
-29
lines changed

12 files changed

+36
-29
lines changed

api/extension-guides/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Participants can also contribute *commands*, which are a shorthand notation for
3434

3535
## Extending GitHub Copilot via GitHub Apps
3636

37-
Alternatively, it is possible to extend GitHub Copilot by creating a GitHub App that contributes a chat participant in the Chat view. A GitHub App is backed by a service and works across all GitHub Copilot surfaces, such as github.com, Visual Studio, or VS Code. On the other hand, GitHub Apps do not have full access to the VS Code API. To extend GitHub Copilot through a GitHub App, you should join the [Copilot Partner Program](https://github.com/features/preview/copilot-partner-program).
37+
Alternatively, it is possible to extend GitHub Copilot by creating a GitHub App that contributes a chat participant in the Chat view. A GitHub App is backed by a service and works across all GitHub Copilot surfaces, such as github.com, Visual Studio, or VS Code. On the other hand, GitHub Apps do not have full access to the VS Code API. To learn more about extending GitHub Copilot through a GitHub App see the [GitHub documentation](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions).
3838

3939

4040
## Links

docs/copilot/ai-powered-suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can configure the font for the inline suggestions with the `setting(editor.i
8585

8686
* Get started with the introductory [Copilot tutorial](/docs/copilot/getting-started-chat.md) to get set up with Copilot in VS Code and experience Copilot hands-on.
8787

88-
* Learn how you can use AI chat conversations with [GitHub Copilot Chat](/docs/copilot/copilot-chat.md).
88+
* Learn how you can use AI chat conversations with [Copilot Chat](/docs/copilot/copilot-chat.md).
8989

9090
## Additional resources
9191

docs/copilot/copilot-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copilot Chat integrates in your developer flow and gives you assistance where yo
2020
* Use the **Chat view** to have an AI assistant on the side to help you at any time
2121
* Launch **Quick Chat** to ask a quick question and get back into what you're doing
2222

23-
You can use GitHub Copilot Chat in various scenarios, such as:
23+
You can use Copilot Chat in various scenarios, such as:
2424

2525
* Answering coding questions on how to best solve a problem
2626
* Explaining someone else's code and suggest improvements

docs/copilot/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/ma
2727

2828
### My Copilot subscription is not detected in VS Code
2929

30-
- To use GitHub Copilot Chat in Visual Studio Code, you must be signed into Visual Studio Code with the same GitHub ID that has access to GitHub Copilot. If your Copilot subscription is associated with another GitHub account, you might have to sign out of your GitHub account and sign in with another account. Use the **Accounts** menu in the Activity bar for signing out of your current GitHub account.
30+
- To use Copilot Chat in Visual Studio Code, you must be signed into Visual Studio Code with the same GitHub ID that has access to GitHub Copilot. If your Copilot subscription is associated with another GitHub account, you might have to sign out of your GitHub account and sign in with another account. Use the **Accounts** menu in the Activity bar for signing out of your current GitHub account.
3131

3232
- Verify that your Copilot subscription is still active in [GitHub Copilot settings](https://github.com/settings/copilot).
3333

docs/copilot/getting-started-chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DateApproved: 09/05/2024
88
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.
99
MetaSocialImage: images/shared/github-copilot-social.png
1010
---
11-
# Getting started with GitHub Copilot Chat in VS Code
11+
# Getting started with Copilot Chat in VS Code
1212

1313
This tutorial walks you through using the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension in Visual Studio Code. You use AI-powered chat conversations to help with refactoring code, improving your code understanding, and finding your way around configuring VS Code.
1414

@@ -24,7 +24,7 @@ Follow these steps to [set up GitHub Copilot in VS Code](/docs/copilot/setup.md)
2424

2525
## Get your first Copilot chat conversation
2626

27-
GitHub Copilot Chat is a chat interface that lets you interact with GitHub Copilot, to ask and receive answers to coding-related questions. The chat interface provides access to coding information and support without requiring you to navigate documentation or search online forums.
27+
Copilot Chat is a chat interface that lets you interact with GitHub Copilot, to ask and receive answers to coding-related questions. The chat interface provides access to coding information and support without requiring you to navigate documentation or search online forums.
2828

2929
In this tutorial, you'll be creating a simple Node.js web application. So, let's get started and ask Copilot to tell us more about web frameworks for Node.js.
3030

@@ -208,5 +208,5 @@ Congratulations, you successfully used the [GitHub Copilot Chat](https://marketp
208208

209209
## Additional resources
210210

211-
* Get an overview of [GitHub Copilot Chat in VS Code](/docs/copilot/copilot-chat.md)
211+
* Get an overview of [Copilot Chat in VS Code](/docs/copilot/copilot-chat.md)
212212
* Optimize your Copilot experience with [prompt crafting and context setting](/docs/copilot/prompt-crafting.md)

docs/copilot/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Let's use Copilot Chat to help us with generating and refactoring code.
8686

8787
1. Select **Accept** or press `kb(inlineChat.acceptChanges)` to apply the proposed code changes.
8888

89-
Congratulations! You've used GitHub Copilot Chat for generating code using chat and natural language.
89+
Congratulations! You've used Copilot Chat for generating code using chat and natural language.
9090

9191
Now, let's use Copilot Chat to help us refactor the code to return a static HTML file as the home page, instead of "Hello, World!".
9292

@@ -108,7 +108,7 @@ With Copilot Chat you can use a chat conversation and natural language to direct
108108

109109
## Use Copilot Chat for general programming questions
110110

111-
As you're working in a new codebase, or exploring a new programming language, you might have more general questions come up. GitHub Copilot Chat lets you open a chat conversation on the side, and which keeps track of the history of your questions.
111+
As you're working in a new codebase, or exploring a new programming language, you might have more general questions come up. Copilot Chat lets you open a chat conversation on the side, and which keeps track of the history of your questions.
112112

113113
1. Open the Chat view from the Activity Bar or press `kb(workbench.action.chat.open)`.
114114

@@ -152,4 +152,4 @@ One such place is the Copilot coding actions in the editor, whenever there you h
152152

153153
Congratulations, you've now used artificial intelligence to enhance your coding! In this tutorial, you successfully set up Copilot in VS Code, and used Copilot code completions, Copilot Chat, and code actions to help you code more efficiently.
154154

155-
You've started experimenting with Copilot and there's a lot more you can do with it! To learn more about GitHub Copilot Chat, proceed to the [Copilot Chat Tutorial](/docs/copilot/getting-started-chat.md).
155+
You've started experimenting with Copilot and there's a lot more you can do with it! To learn more about Copilot Chat, proceed to the [Copilot Chat Tutorial](/docs/copilot/getting-started-chat.md).

docs/copilot/workspace-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ The way you phrase your question can significantly influence the quality of the
7474

7575
## Related resources
7676

77-
- Get started with the [GitHub Copilot Chat tutorial](/docs/copilot/getting-started-chat.md)
77+
- Get started with the [Copilot Chat tutorial](/docs/copilot/getting-started-chat.md)
7878
- [Use the Chat Participant API to build a chat extension](/api/extension-guides/chat.md)

docs/datascience/data-science-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following installations are required for the completion of this tutorial. Ma
2020
- [Visual Studio Code](https://code.visualstudio.com/)
2121
- The [Python extension for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and [Jupyter extension for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) from the Visual Studio Marketplace. For more details on installing extensions, see [Extension Marketplace](/docs/editor/extension-marketplace.md). Both extensions are published by Microsoft.
2222

23-
- [Miniconda with latest Python](https://docs.conda.io/en/latest/miniconda.html)
23+
- [Miniconda with latest Python](https://docs.anaconda.com/miniconda/)
2424

2525
> **Note**: If you already have the full Anaconda distribution installed, you don't need to install Miniconda. Alternatively, if you'd prefer not to use Anaconda or Miniconda, you can create a Python virtual environment and install the packages needed for the tutorial using pip. If you go this route, you will need to install the following packages: pandas, jupyter, seaborn, scikit-learn, keras, and tensorflow.
2626

docs/editor/settings-sync.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ It's possible that your wallet (aka keyring) is closed. If you open [KWalletMana
195195

196196
If you are using KDE5 or higher and are having trouble connecting to `kwallet5` (like users of the unofficial VS Code Flatpak in [issue #189672](https://github.com/microsoft/vscode/issues/189672)), you can try [configuring the keyring](#other-linux-desktop-environments) to `gnome-libsecret` as this will use the [Secret Service API](https://www.gnu.org/software/emacs/manual/html_node/auth/Secret-Service-API.html) to communicate with any valid keyring. `kwallet5` implements the Secret Service API and can be accessed using this method.
197197

198+
If you're still experiencing trouble connecting to `kwallet5`, some users have reported that granting the specific D-Bus service permissions proved a viable fix:
199+
```sh
200+
flatpak override --user --talk-name=org.kde.kwalletd5 --talk-name=org.freedesktop.secrets com.visualstudio.code
201+
```
202+
198203
#### Other Linux desktop environments
199204

200205
First off, if your desktop environment wasn't detected, you can [open an issue on VS Code](https://github.com/microsoft/vscode/issues/new/choose) with the verbose logs from above. This is important for us to support additional desktop configurations.

docs/editor/voice.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
Order: 24
33
Area: editor
4-
TOCTitle: Voice interactions
4+
TOCTitle: Voice Interactions
55
ContentId: e3bf9098-7b2f-4b23-9e0f-3d2094bad80a
66
PageTitle: Using Voice in Visual Studio Code
77
DateApproved:
88
MetaDescription: Visual Studio Code voice accessibility features. Learn here about the various ways VS Code can be used with voice.
99
---
1010
# Voice Support
1111

12-
The [VS Code Speech](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-speech) extension enables various features by using your voice. Once installed, the extension enables you to dictate into the editor, or to verbally interact with [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat).
12+
The [VS Code Speech](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-speech) extension enables various features by using your voice. Once installed, the extension enables you to dictate into the editor, or to verbally interact with [Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat).
1313

1414
![Screenshot of the VS Code Speech extension marketplace details](images/accessibility/speech-extension.png)
1515

@@ -25,13 +25,13 @@ You can press and hold the keybinding for the voice start command (`kb(workbench
2525

2626
**Note:** dictation even works in other places where a rich editor is used, such as the SCM commit input box and the comments input field when reviewing pull requests.
2727

28-
## Voice in GitHub Copilot Chat
28+
## Voice in Copilot Chat
2929

30-
You can use your voice to talk to [GitHub 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.
3131

3232
![Screenshot of the chat input field showing an active microphone icon to enter a voice chat message](images/accessibility/voice-chat.png)
3333

34-
**Note:** when using voice for GitHub Copilot Chat, the chat prompt will automatically submit when you pause. You can configure the time to wait before submitting via the `setting(accessibility.voice.speechTimeout)` setting, or disable this functionality when you configure the setting to `0`.
34+
**Note:** when using voice for Copilot Chat, the chat prompt will automatically submit when you pause. You can configure the time to wait before submitting via the `setting(accessibility.voice.speechTimeout)` setting, or disable this functionality when you configure the setting to `0`.
3535

3636
Copilot Chat also supports text-to-speech capabilities. When you enable the `setting(accessibility.voice.autoSynthesize)` setting, Copilot Chat responses are automatically read out aloud when voice was also used as input. To interrupt the synthesis, select the icon or press `kb(workbench.action.speech.stopReadAloud)`.
3737

0 commit comments

Comments
 (0)