sdras / vue-vscode-extensionpack

The extensions I use when developing a Vue application with VS Code
MIT License
272 stars 14 forks source link

Update Bracket Pair Colorizer to version 2 #9

Open faraz5040 opened 3 years ago

faraz5040 commented 3 years ago

Bracket Pair Colorizer (coenraads.bracket-pair-colorizer) has been deprecated by original author and replaced by Bracket Pair Colorizer 2 (coenraads.bracket-pair-colorizer-2).

SethFalco commented 3 years ago

It's probably best to just remove it from the pack now. The feature is being added to base Visual Studio Code, already available in Visual Studio Code Insiders.

Can be enabled by setting editor.bracketPairColorization.enabled to true.