mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Simple tree sitter based syntax highlighting for typescript (#225252)
* 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
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"@vscode/spdlog": "^0.15.0",
|
||||
"@vscode/sqlite3": "5.1.6-vscode",
|
||||
"@vscode/sudo-prompt": "9.3.1",
|
||||
"@vscode/tree-sitter-wasm": "^0.0.1",
|
||||
"@vscode/tree-sitter-wasm": "^0.0.2",
|
||||
"@vscode/vscode-languagedetection": "1.0.21",
|
||||
"@vscode/windows-mutex": "^0.5.0",
|
||||
"@vscode/windows-process-tree": "^0.6.0",
|
||||
|
||||
Reference in New Issue
Block a user