Hi.
alt + shift + f1 should help with the trick but it doesn't seem to be working.
The workaround is to manually edit the VSCode configuration file and include the accessibility option.
Steps:
1. Open the file ~/.config/Code - OSS/User/settings.json using a text editor.
2. Look for a line that contains only one {(open braces) at the
beginning. It must be the first line of the file.
3: Include the following line after this line:
"editor.accessibilitySupport": "on",
4. Save the file.
5. Restart VSCode.
Hello, How do I enable the editor to be accessible using Visual Studio Code, or is that feature not available yet as the message suggests? Of note is that I am using visual-studio-code-bin from the Arch User Repository. Thanks!
_______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html