Relative Content

Tag Archive for visual-studio-codejupyter-notebookvscode-extensions

Which default value to set for custom line-height feature for Jupyter markdown cells?

I’m trying to figure out an edge case regarding this feature (https://github.com/microsoft/vscode/issues/193857). One edge case I found is that when the user changes the notebook.markup.fontSize, the notebook.markdown.lineHeight also needs to be adjusted to prevent merged text. However, the notebook.markup.fontSize‘s value is set using a conditional. There are two options I can think of to work with this, but I’m not sure which is the most acceptable.