Commit Graph

9 Commits

Author SHA1 Message Date
Johannes Rieken
330e6bfeb9 more inline chat controller alignment (#239785)
* remove `InlineChatController#onWillStartSession`

* more inline chat controller alignment

* more inline chat controller alignment

* fix compile errors
2025-02-06 12:22:23 +01:00
Ladislau Szomoru
6e740ceccf Accessibility - renamed IAccessibleViewImplentation to IAccessibleViewImplementation (#238652) 2025-01-24 11:58:53 +01:00
Benjamin Pasero
6b924c5152 ESM merge to main (#227184)
Co-authored-by: Johannes Rieken <jrieken@microsoft.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-08-30 10:31:46 +02:00
Megan Rogge
4dc29b5153 add debug console accessible view (#221398) 2024-07-11 13:30:47 -07:00
Megan Rogge
644e03f49e render inline chat accessible view content as plaintext (#214506)
fix #213665
2024-06-06 22:59:39 +02:00
Aiday Marlen Kyzy
7f55a08120 Adding accessibility help for verbose hover (#212783)
* adding code in order to provide accessibility help for the hover

* adding the description of the possible commands that can be used

* reusing the method

* joining the content and changing the text in the help view

* polishing the code

* removing the question mark

* changing the import

* removing the setting ID from imports

* adding code in order to update when the hover updates

* adding methods to service

* adding code in order to dispose the accessible hover view

* fixing bug

* polishing the code

* checking that action not supported for the early return

* using disposable store instead

* using the appropriate string

* polishing the code

* using instead the type help and the resolved keybindings

* hiding also on the `onDidBlurEditorWidget` firing

* Revert "using instead the type help and the resolved keybindings"

This reverts commit 1f450dd535.

* use hover accessible view, provide custom help

* Revert "Revert "using instead the type help and the resolved keybindings""

This reverts commit 12f0cf6143.

* add HoverAccessibilityHelp, BaseHoverAccessibleViewProvider

* polishing the code

* polishing the code

* provide content at a specific index from the hover accessibility help provider

* introducing method _initializeOptions

* using readonly where possible

* using public everywhere

* using a getter for the actions

---------

Co-authored-by: meganrogge <megan.rogge@microsoft.com>
2024-05-28 09:44:23 +02:00
Megan Rogge
00bc1553ba create AccessibleViewRegistry, move all applicable views/accessibility help dialogs over to use it (#212138) 2024-05-07 05:48:04 +02:00
meganrogge
2418c9d41d fix #194426 2023-09-29 13:36:00 -07:00
Johannes
3b28b7303d keep inlineChat.contribution purely registrations of stuff 2023-09-22 11:57:46 +02:00