lansingcodes / www

Events and resources for Lansing coders
https://www.lansing.codes
Other
7 stars 16 forks source link

Braket Pair Colorizer no longer required #165

Open dwenzlick opened 2 years ago

dwenzlick commented 2 years ago

Is your feature request related to a problem? Please describe.

The current contributing guide recommends installing https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer , but since v1.60 of VSCode, this is a native feature and is more performant.

Describe the solution you'd like

Please update the contributing guide to use the high performance bracket pair colorization and remove reference to the plugin. Steps for the configuration can be found here: https://code.visualstudio.com/updates/v1_60#_high-performance-bracket-pair-colorization

Additional context If you want to know the design that went into this and the algorithm for doing the matching, you can read https://code.visualstudio.com/blogs/2021/09/29/bracket-pair-colorization