mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
977f832a30
* Simple tree sitter based syntax highlighting for typescript Part of #210475 * Implement onceIf using filter * Mix monaco * Fix tests * Switch back to classic * PR feedback * Fix bug causing test failure * Update tree-sitter-wasm * Fix monaco editor tree shaking * Fix running monaco checks on Windows * Use dummy tree sitter service in standalone * PR feedback