Alix Blaine
Alix Blaine

Reputation: 821

Default or beautiful C/C++ Syntax in VSCode

I have no idea what on earth has happened to my VSCode. I am unable to trace which or exactly what extension caused this. But, the C++ syntax coloring and theme looks absolutely ugly.

enter image description here

I want this,

enter image description here

How can I get that back? I am unable to figure this out. I uninstalled all C/C++ extensions and still the issue remains.

Upvotes: 0

Views: 165

Answers (1)

Jonathan S.
Jonathan S.

Reputation: 1854

VSCode colorizes brackets and parentheses to make it easier to see which opening bracket belongs to which closing bracket.

You can turn it off in the settings:

Bracket Pair Colorization

Upvotes: 1

Related Questions