Reputation: 140
I've just opened VSCode, and the terminal had changed.
It has a space after every character. I don't know what causes the problem.
How can I restore the normal output?
Upvotes: 2
Views: 1922
Reputation: 488
You've entered a wrong font name or no font name
Go to settings and search up "terminal font" and on Terminal › Integrated: Font Family
. You probably have no font entered or wrong font name. Try to enter a font like Consolas
. Maybe you didn't download a font correctly because this usually happens.
Happy Coding!
Upvotes: 4