WarningAtPosition
{
"accessibility.signalOptions.experimental.delays.warningAtPosition": {
"sound": 1000,
"announcement": 3000
} // default
}
Type: object
Default:
{
"sound": 1000,
"announcement": 3000
}
Object Properties:
Key | Type | Default | Range | Description |
---|---|---|---|---|
sound | number | 1000 | 0..unbounded | The delay in milliseconds before a sound is played when there’s a warning at the position. |
announcement | number | 3000 | 0..unbounded | The delay in milliseconds before an announcement is made when there’s a warning at the position. |
NOTE: Even though the upper limit is unbounded for these values, if the value is very large (like 100_000_000_000_000_000_000), it will act as though the value is 0… not that you would really want to set it this high… bug report?
Description: This lets you customize how long you want the delay or “debounce” to be between when you move the cursor over the column where there is a warning and when the warning sound and warning announcement is played. This setting only has an effect when you have the accessibility.signalOptions.debouncePositionChanges
setting set to true
.
BUG
No cmd+space hover in settings.json.