Skip to content

Commit 9cc20ca

Browse files
authored
Adding a description for the setting allowVariableLineHeights (microsoft#253621)
adding a description for the setting `allowVariableLineHeights`
1 parent e3f4ec9 commit 9cc20ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5732,7 +5732,10 @@ export const EditorOptions = {
57325732
tags: ['accessibility']
57335733
})),
57345734
allowVariableLineHeights: register(new EditorBooleanOption(
5735-
EditorOption.allowVariableLineHeights, 'allowVariableLineHeights', true
5735+
EditorOption.allowVariableLineHeights, 'allowVariableLineHeights', true,
5736+
{
5737+
description: nls.localize('allowVariableLineHeights', "Controls whether to allow using variable line heights in the editor.")
5738+
}
57365739
)),
57375740
allowVariableFonts: register(new EditorBooleanOption(
57385741
EditorOption.allowVariableFonts, 'allowVariableFonts', true,

0 commit comments

Comments
 (0)