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
'description': localize('accessibility.signals.terminalCommandFailed',"Plays a signal when a terminal command fails (non-zero exit code)."),
431
+
'description': localize('accessibility.signals.terminalCommandFailed',"Plays a signal when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."),
432
432
'properties': {
433
433
'sound': {
434
-
'description': localize('accessibility.signals.terminalCommandFailed.sound',"Plays a sound when a terminal command fails (non-zero exit code)."),
434
+
'description': localize('accessibility.signals.terminalCommandFailed.sound',"Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."),
435
435
...soundFeatureBase
436
436
},
437
437
'announcement': {
438
-
'description': localize('accessibility.signals.terminalCommandFailed.announcement',"Indicates when a terminal command fails (non-zero exit code)."),
438
+
'description': localize('accessibility.signals.terminalCommandFailed.announcement',"Indicates when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."),
0 commit comments