Reputation: 21
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?
Upvotes: 1
Views: 154
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:
Ctrl + ,
or File -> Preferences -> Settings
Upvotes: 1