Reputation: 174
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?
Upvotes: 0
Views: 140
Reputation: 5783
Open Code settings (Cmd+,
) and add "terminal.integrated.fontSize": 20,
to your custom settings (right side).
Upvotes: 2