-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide screen reader with inline suggestions #175823
Conversation
src/vs/editor/contrib/inlineCompletions/browser/ghostTextWidget.ts
Outdated
Show resolved
Hide resolved
@meganrogge -- The best way for me to test this feature would be after it is released to insider because I don't know how to trigger inline suggestions like copilot in dev version. I usually test the inline suggestion with copilot extension, but as you know, I cannot use any extensions in dev version. |
You can load the extension by downloading and loading the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're probably best off getting a review from someone familiar with monaco for this one
Pa fout janm voye message sou email ça anko ok
Le lun. 6 mars 2023 15:43, Megan Rogge ***@***.***> a écrit :
… ***@***.**** commented on this pull request.
------------------------------
In src/vs/editor/common/standalone/standaloneEnums.ts
<#175823 (comment)>:
> - wordWrap = 125,
- wordWrapBreakAfterCharacters = 126,
- wordWrapBreakBeforeCharacters = 127,
- wordWrapColumn = 128,
- wordWrapOverride1 = 129,
- wordWrapOverride2 = 130,
- wrappingIndent = 131,
- wrappingStrategy = 132,
- showDeprecated = 133,
- inlayHints = 134,
- editorClassName = 135,
- pixelRatio = 136,
- tabFocusMode = 137,
- layoutInfo = 138,
- wrappingInfo = 139
+ screenReaderAnnounceInlineSuggestion = 6,
Henning had reviewed and approved these changes before, but will do for
safety
—
Reply to this email directly, view it on GitHub
<#175823 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APGKWH4X5YMCJ24WPFRLK4TW2ZD5PANCNFSM6AAAAAAVMXNOFA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@hediet when I tried this, I didn't see an issue with audio cues/ debouncing. Could you pls suggest the repro steps for the issue you mentioned in the other PR and/or what you'd suggest? |
src/vs/workbench/contrib/audioCues/browser/audioCueLineFeatureContribution.ts
Show resolved
Hide resolved
discussed with Henning and JooYoung the points of concern
@jooyoungseo this is available for testing in insider's with |
@meganrogge -- Thanks! I have tested this morning and have found some issues, but hard to explain. I will take some time next week to file an issue. To cut To the chase, the suggestion live event is read aloud twice (tested with NVDA). |
cc @isidorn