Skip to content

Commit 0964d9a

Browse files
authored
update default value setting key to experimental (microsoft#214151)
fix microsoft#213968
1 parent 9850f98 commit 0964d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const configuration: IConfigurationNode = {
267267
'default': {
268268
'volume': 70,
269269
'debouncePositionChanges': false,
270-
'delays': {
270+
'experimental.delays': {
271271
'general': {
272272
'announcement': 3000,
273273
'sound': 400

0 commit comments

Comments
 (0)