You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3203,7 +3210,9 @@ class EditorLineHeight extends EditorFloatOption<EditorOption.lineHeight> {
3203
3210
EditorOption.lineHeight,'lineHeight',
3204
3211
EDITOR_FONT_DEFAULTS.lineHeight,
3205
3212
x=>EditorFloatOption.clamp(x,0,150),
3206
-
{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 or equal to 8 will be used as effective values.")}
3213
+
{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 or equal to 8 will be used as effective values.")},
0 commit comments