mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 03:07:58 +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