Files
vscode/remote/package.json
Daniel Imms 3117c154b3 Update xterm and xterm search
Diff: ea922fe...84b56b7

xterm@4.2.0-beta4

- Fix Windows demo
- TS 3.6
- Cmd+arrow shouldn't print anything
- Release 4.1
- Throw when open is called before attach
- Throw when infinity/nan is passed to resize
- Use set cursor style for blurred appearance (Fixes #67410)

xterm-addon-search@

- Fix search not revealing line below viewport (Fixes #82106)
2019-10-08 07:27:11 -07:00

34 lines
871 B
JSON

{
"name": "vscode-reh",
"version": "0.0.0",
"dependencies": {
"applicationinsights": "1.0.8",
"chokidar": "3.1.0",
"cookie": "^0.4.0",
"graceful-fs": "4.2.2",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"iconv-lite": "0.5.0",
"jschardet": "1.6.0",
"native-watchdog": "1.2.0",
"node-pty": "0.9.0-beta19",
"nsfw": "1.2.5",
"onigasm-umd": "^2.2.2",
"semver-umd": "^5.5.3",
"spdlog": "^0.9.0",
"vscode-minimist": "^1.2.1",
"vscode-proxy-agent": "0.4.0",
"vscode-ripgrep": "^1.5.7",
"vscode-textmate": "^4.2.2",
"xterm": "4.2.0-beta4",
"xterm-addon-search": "0.3.0-beta5",
"xterm-addon-web-links": "0.2.0",
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},
"optionalDependencies": {
"vscode-windows-ca-certs": "0.1.0",
"vscode-windows-registry": "1.0.2"
}
}