fix(quick-chat): ensure quick chat is expanded
Description
The Quick Chat is not expanded by default after updating to the latest version of VSCode (v1.95). I think it's due to a timing issue, possibly related to recent changes to the Comment Thread collapsibleState.
This patches the issue by setting the loading context after creating the comment thread.
Related Issues
Resolves [internal discussion]
How has this been tested?
I've tested it locally
Screenshots (if appropriate)
before | after |
---|---|
![]() |
![]() |
What CHANGELOG entry will this MR create?
-
fix:
Bug fix fixes - a user-facing issue in production - included in changelog -
feature:
New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:
(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog -
None - other non-user-facing changes