mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
* Adopt official semantic tokens api for JS/TS in html Fixes #114477 This switches the semantic tokens implementation for js/ts inside html to use the finalized `getEncodedSemanticClassifications` api instead of our custom impl * Update tests