vs-code 笔记本输出字体太小
vs-code notebooks output font size too small
在 VScode(1.60.0) 的新版本中,他们为笔记本支持添加了很多内容。
当我尝试 运行 代码时,输出字体太小。
我在 vscode 上的缩放设置设为 -0.5。将其设置为 0 会使输出好一点,但输入大小太大,单个像元大小也太大。
有谁知道可能导致字体大小不同的原因吗?
screenshot showcasing the problem
font-size 可以在下一个版本 vscode - v1.67 - 使用此设置进行更改:
也许 vscode v1.67 中的这两个新设置会有所帮助:
notebook.outputFontSize
Font size for plain text outputs. When set
to 0 editor.fontSize
is used.
notebook.outputFontFamily
The font family for plain text output of
notebook cells. When set to empty, the editor.fontFamily
is used.
在 VScode(1.60.0) 的新版本中,他们为笔记本支持添加了很多内容。
当我尝试 运行 代码时,输出字体太小。
我在 vscode 上的缩放设置设为 -0.5。将其设置为 0 会使输出好一点,但输入大小太大,单个像元大小也太大。
有谁知道可能导致字体大小不同的原因吗?
screenshot showcasing the problem
font-size 可以在下一个版本 vscode - v1.67 - 使用此设置进行更改:
也许 vscode v1.67 中的这两个新设置会有所帮助:
notebook.outputFontSize
Font size for plain text outputs. When set to 0editor.fontSize
is used.
notebook.outputFontFamily
The font family for plain text output of notebook cells. When set to empty, theeditor.fontFamily
is used.