martingrant
martingrant

Reputation: 174

Integrated terminal in Visual Studio Code displays smaller than normal

I used Visual Studio Code on macOS. The integrated terminal displays text very small. I have not knowingly changed any settings related to the terminal. How can I fix this?

vs code integrated  terminal

Upvotes: 0

Views: 140

Answers (1)

ema
ema

Reputation: 5783

Open Code settings (Cmd+,) and add "terminal.integrated.fontSize": 20, to your custom settings (right side).

Upvotes: 2

Related Questions