Skip to content

Commit ca688da

Browse files
authored
add signalOptions description (microsoft#213957)
fix microsoft#213670
1 parent 2295f3a commit ca688da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const configuration: IConfigurationNode = {
172172
default: true
173173
},
174174
'accessibility.signalOptions': {
175+
description: 'Configures the behavior of signals (audio cues and announcements) in the workbench. Includes volume, debounce position changes, and delays for different types of signals.',
175176
type: 'object',
176177
additionalProperties: false,
177178
properties: {

0 commit comments

Comments
 (0)