mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 13:16:59 +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