WindowTitleOptimized
Controls whether the #window.title# should be optimized for screen readers when in screen reader mode. When enabled, the window title will have activeEditorState appended to the end.
{
"accessibility.windowTitleOptimized": true // default
}
Type
bool
Default
true
Description
Controls whether or not the attached screen reader will announce some extra information about the current active VSCode window. It works by inserting more content into the window title string, giving the screen reader more to read from.