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?
1 Answer
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:
- Open Settings
Ctrl + ,orFile -> Preferences -> Settings - Type in the search bar at the top.
