Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJ A
Full Stack JavaScript Techdegree Student 4,646 PointsBracket Pair Colorization extension is deprecated and is now part of VS Code natively
This is not a question, but if you follow along with the video you might notice that the Bracket Pair Colorization extension has been deprecated by the creator. See this article from VS Code for a detailed technical discussion on why they decided to convert the extension to native functionality.
Anyways, instead of installing the extension, you can enable Bracket colors in the settings of VSCode. On a Mac, open settings CMD+,
and search for "Bracket Pair Colorization" and make sure to check the box to enable it.
Alternatively you can edit your settings.json
file and add the following: "editor.bracketPairColorization.enabled": true
1 Answer
Mel Rumsey
Treehouse ModeratorHey J A ! Thank you for sharing those updates. We will get the Teachers Notes updated accordingly :)
Megan Amendola
Treehouse TeacherAlso if anyone loved the extension you can still donate to the team that built it as a thank you for their hard work. Info on their readme.
Juliana Snow
Web Development Techdegree Student 687 PointsJuliana Snow
Web Development Techdegree Student 687 PointsI am not sure where to add the code snippet you provided, once in the settings.json file. I'm not familiar with javascript yet, so I need some direction.