DEV Community

Discussion on: VS Code: You don't need that extension

Collapse
 
equiman profile image
Camilo Martinez

Bracket Pair Colorizer and Bracket Pair Colorizer 2 are also deprecated and included on vscode natively.

{
    "editor.bracketPairColorization.enabled": true,
    "editor.guides.bracketPairs": true
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
robole profile image
Rob OLeary • Edited

Thanks for sharing Camilo. I actually wrote a follow-up article recently that included those: