Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 388
Greyson R. Avatar asked Oct 20 '25 15:10

Greyson R.


1 Answers

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

like image 173
ultraGentle Avatar answered Oct 22 '25 05:10

ultraGentle