Vscode-jupyter: [Feature Request] add setting to adjust Markdown text font size

Created on 18 Jan 2019  路  6Comments  路  Source: microsoft/vscode-jupyter

Environment data

  • VS Code version: 1.30.2
  • Extension version: 2018.12.1
  • OS and version: Windows 10

The font size for Markdown text in the Python Interactive tab is a bit too small to read. I wish there could be a setting to adjust the default font size for the text independently from code font size in the editor.

image

P2 enhancement

Most helpful comment

This issue fell through our cracks somehow without getting a response from us. Looking at it now, it's still a good suggestion. I'll add it to our list of known Interactive Window improvements to consider.

All 6 comments

I second this suggestion. A font size setting for the interactive window would be great! Although I think it should target all text in the window, not just markdown.

@janosh I think your other text size like the code was controlled by editor setting.

@StevenLi-DS I tried that but the code font size in the interactive window is unaffected by "editor.fontSize". The only thing that does have an effect is "window.zoomLevel" but that affects literally everything and I don't want to have to scale everything else down just so I can increase the interactive window font size.

@janosh you're right. I only have the problem with markdown and the conde seems fine.

@janosh if you change the editor font size (after reloading) and then print something, you will see the difference I believe.

This issue fell through our cracks somehow without getting a response from us. Looking at it now, it's still a good suggestion. I'll add it to our list of known Interactive Window improvements to consider.

Was this page helpful?
0 / 5 - 0 ratings