Greyson R.
Greyson R.

Reputation: 460

How do you hide the indent arrows in Visual Studio Code?

I recently opened vscode and saw this arrow showing up when I highlight indents.
I think it has something to do with the font I'm using. How do I hide it?

arrow in selected indent

Upvotes: 4

Views: 5728

Answers (1)

ultraGentle
ultraGentle

Reputation: 6309

look up whitespace in settings; there's an option to show it all the time, only when highlighted, or never.

I believe the default annoyingly changed to 'when highlighted' in the most recent version, so you can switch it back to never.

edit as per comment below:
the exact setting is editor.renderWhitespace

Upvotes: 9

Related Questions