- Make sure to remove the Bracket Pair Colorizer extension. Update VS Code
- Open your user settings via CMD (CTRL for non-Mac users) + Shift + P and type settings. The settings JSON file will open. Add the following:
"editor.bracketPairColorization.enabled": true
All colors are themeable and up to six colors can be configured.
{
"editor.fontSize": 16,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "'Cascadia Mono PL SemiLight', Menlo, Monaco, 'Courier New', monospace"
}