Skip to content

Commit 69f7fb2

Browse files
committed
Add use case for accessibility signals
1 parent 90e1d8a commit 69f7fb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-notes/v1_96.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ TODO@Tyriar
139139

140140
### Code Action accessibility signals
141141

142-
We added accessibility signals to indicate that a Code Action was triggered or applied. You can enable these signals with the `setting(accessibility.signals.codeActionTriggered)` and `setting(accessibility.signals.codeActionApplied)` settings.
142+
Some code actions can take a long time to complete, for example a quick fix to generate the alt text for an image by calling an external service. It might not be obvious when they were triggered or when they're fully applied. Therefore, we added accessibility signals to indicate that a code action was triggered or applied.
143+
144+
You can enable these signals with the `setting(accessibility.signals.codeActionTriggered)` and `setting(accessibility.signals.codeActionApplied)` settings.
143145

144146
### Automatic focus management in the REPL
145147

0 commit comments

Comments
 (0)