Add release note for comment thread collapsible state

This commit is contained in:
Alex Ross 2024-10-28 14:57:00 +01:00
Родитель a72ca73208
Коммит 0a0f6831d1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 19957EF9562AE90C
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -341,6 +341,10 @@ The use of language model tools is complex, and this API does not hide that comp
The [VS Code Speech](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-speech) extension is updated to the August version of the [Azure Speech SDK](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/releasenotes?tabs=speech-sdk#speech-sdk-140-2024-august-release) and comes with newer models for speech-to-text recognition. You should see improved results with this update for the [speech-to-text integrations in VS Code](https://code.visualstudio.com/docs/editor/voice), such as Copilot Chat.
### Comment Thread `collapsibleState`
The expand/collapse state of a `CommentThread` can be changed using the new `CommentThread.collapsibleState` property, even once the thread has already been shown. Previously, this property would only be respected the first time the comment thread was shown.
## Preview Features
### TypeScript 5.7