Skip to content

Commit 513afb5

Browse files
committed
Clairify that font size is in pixels
Fixes microsoft#139935
1 parent ebc1d08 commit 513afb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ configurationRegistry.registerConfiguration({
806806
tags: ['notebookLayout']
807807
},
808808
[NotebookSetting.markupFontSize]: {
809-
markdownDescription: nls.localize('notebook.markup.fontSize', "Controls the font size of rendered markup in notebooks. When set to `0`, 120% of `#editor.fontSize#` is used."),
809+
markdownDescription: nls.localize('notebook.markup.fontSize', "Controls the font size in pixels of rendered markup in notebooks. When set to `0`, 120% of `#editor.fontSize#` is used."),
810810
type: 'number',
811811
default: 0,
812812
tags: ['notebookLayout']

0 commit comments

Comments
 (0)