Files
vscode/remote/web/package.json
Daniel Imms 7b64e249ba node-pty@0.11.0-beta1
This brings in microsoft/node-pty#415 which will finally fix the hang issue
on Windows with conpty. Performance on Windows should also improve a lot
because node-pty is now hosted outside of the cluttered renderer process.

Fixes #71966
2021-02-09 12:51:12 -08:00

18 lines
404 B
JSON

{
"name": "vscode-web",
"version": "0.0.0",
"private": true,
"dependencies": {
"iconv-lite-umd": "0.6.8",
"jschardet": "2.2.1",
"node-pty": "0.11.0-beta1",
"tas-client-umd": "0.1.2",
"vscode-oniguruma": "1.3.1",
"vscode-textmate": "5.2.0",
"xterm": "4.11.0-beta.3",
"xterm-addon-search": "0.8.0",
"xterm-addon-unicode11": "0.3.0-beta.3",
"xterm-addon-webgl": "0.10.0-beta.2"
}
}