mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
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)
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"name": "vscode-web",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"onigasm-umd": "^2.2.2",
|
|
"semver-umd": "^5.5.3",
|
|
"vscode-textmate": "^4.2.2",
|
|
"xterm": "4.2.0-beta4",
|
|
"xterm-addon-search": "0.3.0-beta5",
|
|
"xterm-addon-web-links": "0.2.0"
|
|
}
|
|
}
|