mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
afa70ebba0
* 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