Skip to content

Commit 8e333c3

Browse files
committed
Add range to config desc
1 parent 8f5d5eb commit 8e333c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const configuration: IConfigurationNode = {
7171
...baseProperty
7272
},
7373
[AccessibilitySettingId.UnfocusedViewOpacity]: {
74-
description: localize('unfocusedViewOpacity', 'The opacity percentage to use for unfocused editors and terminals.'),
74+
description: localize('unfocusedViewOpacity', 'The opacity percentage (0.0 to 1.0) to use for unfocused editors and terminals.'),
7575
type: 'number',
7676
default: 1,
7777
tags: ['accessibility']

0 commit comments

Comments
 (0)