未验证 提交 bfb2e506 编写于 作者: A Alex Dima

Improve description for the lineHeight setting to reflect the proposed changes

上级 c6db2682
......@@ -2478,7 +2478,7 @@ class EditorLineHeight extends EditorFloatOption<EditorOption.lineHeight> {
EditorOption.lineHeight, 'lineHeight',
EDITOR_FONT_DEFAULTS.lineHeight,
x => EditorFloatOption.clamp(x, 0, 150),
{ description: nls.localize('lineHeight', "Controls the line height. Use 0 to compute the line height from the font size.") }
{ markdownDescription: nls.localize('lineHeight', "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than 8 will be used as effective values.") }
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册