Files
vscode/remote/web/package.json
Daniel Imms 99e15df830 Update xterm and make term find styles consistent with editor
- A bunch of changes to xterm.js including bg/fg decoration overrides
- Tweak find colors to use background instead of border, align with the editor
- Change high contrast themes to also align, including selection bg
- Clear the find active result decoration on blur and when the selection changes

Fixes #147013
Fixes #145751
2022-05-13 10:17:33 -07:00

19 lines
490 B
JSON

{
"name": "vscode-web",
"version": "0.0.0",
"private": true,
"dependencies": {
"@microsoft/applicationinsights-web": "^2.6.4",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/vscode-languagedetection": "1.0.21",
"jschardet": "3.0.0",
"tas-client-umd": "0.1.5",
"vscode-oniguruma": "1.6.1",
"vscode-textmate": "7.0.1",
"xterm": "4.19.0-beta.41",
"xterm-addon-search": "0.9.0-beta.35",
"xterm-addon-unicode11": "0.4.0-beta.3",
"xterm-addon-webgl": "0.12.0-beta.33"
}
}