Arup Das
Arup Das

Reputation: 21

Remove Colourful indentation from vscode

I am new in vscode and unknowingly I changed my vscode settings, after that when I started coding the indentation has a colorful indentation. How do I revert this back to the default indentation style?

In this image the indentation is colourful, and i want to remove this colourfull indentation and want default indentation

Upvotes: 1

Views: 154

Answers (1)

joeshmo
joeshmo

Reputation: 166

I don't think this is a default behavior defined by vscode. Perhaps it's one of your extensions, It looks like you at least have the prettier extension installed.

You could use the search feature in the Settings menu to search both vscode settings and installed extension settings:

  1. Open Settings Ctrl + , or File -> Preferences -> Settings
  2. Type in the search bar at the top.

Upvotes: 1

Related Questions