mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): modify accessibility settings in settings.json
- Changed accessibility support from 'auto' to 'on'. - Added 'accessibility.windowTitleOptimized' setting and set it to false.
This commit is contained in:
@@ -180,7 +180,8 @@
|
||||
"workbench.editor.highlightModifiedTabs": true,
|
||||
//
|
||||
// Accessibility
|
||||
"editor.accessibilitySupport": "auto",
|
||||
"editor.accessibilitySupport": "on",
|
||||
"accessibility.windowTitleOptimized": false,
|
||||
// Force silence accessibility signal noises. Wisper Flow's editor integration
|
||||
// works as a screen reader, which activates VSCode's accessiblity support,
|
||||
// but that also comes with various sound queues on various operations. Hence
|
||||
|
||||
Reference in New Issue
Block a user