Issue
This Content is from Stack Overflow. Question asked by Gxzzin
I am trying to use “editor.bracketPairColorization.enabled” but it seems to works only with one nesting level and keep the same color for all nested brackets.
I’ve tried to force the color manually but only affects the very first brackets pair.
I am using vs code for mac Version: 1.71.2 (Universal)! Someone here has faced the same issue?
Solution
Solved: Set "editor.bracketPairColorization.independentColorPoolPerBracketType": false
.
It was set to true. Now it works as espected.
This Question was asked in StackOverflow by Gxzzin and Answered by Gxzzin It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.