This commit is contained in:
Harald Kirschner 2024-10-28 08:43:36 -07:00
Родитель 3a53d41e58
Коммит 6811bc8fea
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -109,6 +109,10 @@ New features may go through the following early access stages, which are describ
You can check out all of GitHub Copilot's [preview features](command:workbench.action.openSettings?%5B%22%40tag%3Apreview%20%40ext%3Agithub.copilot-chat%22%5D) using `@tag:preview` in the Settings editor and all of the [experimental features](command:workbench.action.openSettings?%5B%22%40tag%3Aexperimental%20%40ext%3Agithub.copilot-chat%22%5D) using `@tag:experimental`.
### Chat follow-up improvements
The follow-up prompts suggested by Chat are now more concise and only appear on the first turn to make room for the conversation. The new setting **Setting**: `setting(github.copilot.chat.followUps)` allows changing this new behavior from `firstOnly` to `always` (every turn) or `never` (disables follow-ups).
## Workbench
### Multiple GitHub accounts