The VS Code team has implemented a native bracket pair colorization feature, which is 10,000 times faster than the previous extension-based implementation. The new feature uses a recursive descent parser and reuses existing token information to achieve better performance. The extension developer was involved in the discussion and is in favor of the native implementation. The feature is now available in the core of VS Code and also works in VS Code for the Web.