mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 20:57:12 +00:00
* 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
24 lines
701 B
JSON
24 lines
701 B
JSON
{
|
|
"name": "vscode-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@microsoft/1ds-core-js": "^3.2.13",
|
|
"@microsoft/1ds-post-js": "^3.2.13",
|
|
"@vscode/iconv-lite-umd": "0.7.0",
|
|
"@vscode/tree-sitter-wasm": "^0.0.2",
|
|
"@vscode/vscode-languagedetection": "1.0.21",
|
|
"@xterm/addon-clipboard": "0.2.0-beta.35",
|
|
"@xterm/addon-image": "0.9.0-beta.52",
|
|
"@xterm/addon-search": "0.16.0-beta.52",
|
|
"@xterm/addon-serialize": "0.14.0-beta.52",
|
|
"@xterm/addon-unicode11": "0.9.0-beta.52",
|
|
"@xterm/addon-webgl": "0.19.0-beta.52",
|
|
"@xterm/xterm": "5.6.0-beta.52",
|
|
"jschardet": "3.1.3",
|
|
"tas-client-umd": "0.2.0",
|
|
"vscode-oniguruma": "1.7.0",
|
|
"vscode-textmate": "9.1.0"
|
|
}
|
|
}
|