I'm working with vscode in jupyter notebooks and when executing a code the text suddenly looks out of range, before it looked normal, I tried reinstalling vscode.
This is the view I have from the github repository, before it looked like this in vscode: Before
in vscode suddenly it started to look like this:
before they told me that the font is the problem and that I should edit the json of the configuration, however, the json is only with the theme for vscode since I have uninstalled everything related and I have reinstalled it, and it still continues the same
CodePudding user response:
Your font has changed from fixed width to variable width. This is something you will find in settings.json
but should change via VSCode's settings page. Search for "font" and select an appropriate option - perhaps Courier.
CodePudding user response:
I'm quite new to this myself, trying restarting and running all codes, see if that helps.