michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Extension overwrites color from Bracket Pair Colorizer 2 #76

Closed enkeyz closed 3 years ago

enkeyz commented 3 years ago

Describe the issue After installing, it's removes all colors given by BPC2, from bracket and parenthesis symbols. Before: before After: before

michaelgmcd commented 3 years ago

Could you send me the list of your plugins? It works fine on my machine.

enkeyz commented 3 years ago

extension list: https://gist.github.com/j4cky11/90a4e222b6999788d5bfd4da243478f2 settings: https://gist.github.com/j4cky11/88fe29c06520eedc576b72ee072e624a

michaelgmcd commented 3 years ago

Thanks. Could you try the "Atom One Dark" theme and see if the issue persists?

enkeyz commented 3 years ago

Same thing.

EDIT: Looks like reinstalling Bracket Pair Colorizer 2 solved the issue. Don't know why tho.

michaelgmcd commented 3 years ago

Hmm. Very weird. Glad the issue's resolved!