You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hint=keybinding ? localize('chatAccessibleViewHint',"Inspect this in the accessible view with {0}",keybinding) : localize('chatAccessibleViewHintNoKb',"Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding");
290
-
}
291
-
returnhint;
287
+
returnkeybinding ? localize('chatAccessibleViewHint',"Inspect this in the accessible view with {0}",keybinding) : localize('chatAccessibleViewHintNoKb',"Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding");
0 commit comments