Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong spacing of text in integrated terminal #121560

Closed
shanduur opened this issue Apr 17, 2021 · 3 comments
Closed

Wrong spacing of text in integrated terminal #121560

shanduur opened this issue Apr 17, 2021 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@shanduur
Copy link

  • VS Code Version: 1.55.2 3c4e3df x64
  • OS Version: Windows 10 20H1 (build 19043.928)

Steps to Reproduce:

  1. Open VSCode in Python . Powershell projects
  2. Open Terminal - font is not set correctly.

As it is visible on the screenshots, I have set the following option, but even without it problem persists. Changing this setting (changing font family, removing it or whatever else) and saving settings.json sets the correct spacing in the terminal font.

"terminal.integrated.fontFamily": "Consolas"

Does this issue occur when all extensions are disabled?: Yes

So that's what happening:

With extensions:
Screenshot 2021-04-17 215620

Without extensions:
Screenshot 2021-04-17 215944

@Valac01
Copy link

Valac01 commented Apr 20, 2021

I had this issue too, I just reinstalled it and it got fixed.

@meganrogge
Copy link
Contributor

Duplicate of #73879

@meganrogge meganrogge marked this as a duplicate of #73879 Apr 22, 2021
@meganrogge meganrogge added *duplicate Issue identified as a duplicate of another issue(s) bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label labels Apr 22, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

4 participants
@Valac01 @meganrogge @shanduur and others