mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Uplevel xterm.js
The terminal should be a lot faster at processing output now thanks to sourcelair/xterm.js#422 Also of note: sourcelair/xterm.js#417: changed escape sequence for alt-arrow to work on bash on os x
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"vscode-debugprotocol": "1.15.0",
|
||||
"vscode-textmate": "2.3.2",
|
||||
"winreg": "1.2.0",
|
||||
"xterm": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.8",
|
||||
"xterm": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.9",
|
||||
"yauzl": "2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user