'Blurry Terminal in VS Code

Why is the text in terminal blurry?

I have been using Visual Studio Code for a few months, but for some reason, it just became blurry. The only thing I really changed was the theme. I set it to default but it is still blurry. Why is this occurring?



Solution 1:[1]

Try changing editor font size and window zoom level:

{
  "window.zoomLevel": -1,
  "editor.fontSize": 14,
  "terminal.integrated.fontSize": 12,
}

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Rohith Nambiar