mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
65df1d9184
xterm-addon-webgl@0.5.0-beta.7 Diff: https://github.com/xtermjs/xterm.js/compare/8341c35...2a9e16b - Include in word separators xtermjs/xterm.js#2583 - Remove unused imports/functions xtermjs/xterm.js#2585 - force alpha to 1 when using background color as inverted foreground color xtermjs/xterm.js#2560 - Fix minimumContrastRatio on dom/truecolor xtermjs/xterm.js#2602 - v4.3.0 xtermjs/xterm.js#2605 - Avoid roundtrip to browser when double-disposing. xtermjs/xterm.js#2616 - Allow the thickness of the bar cursor to be configured xtermjs/xterm.js#2590 - update version of node-pty xtermjs/xterm.js#2621 - Implement hidden in DOM and WebGL renderers xtermjs/xterm.js#2625 - Expose texture atlas as API and use in demo xtermjs/xterm.js#2626 - Webgl v0.4.1 xtermjs/xterm.js#2628 - Add Linode to real world uses xtermjs/xterm.js#2636 - Added Gus to list of xterm real-world users xtermjs/xterm.js#2631 - Remove a large portion of InputHandler's dependency on Terminal xtermjs/xterm.js#2637 - Move back to reseting parser only on RIS xtermjs/xterm.js#2640 - Set glyph fg color based on original bg, not selection xtermjs/xterm.js#2650 - format color value to style '#rrggbbaa' xtermjs/xterm.js#2629 - Use register over add for APIs returning disposables xtermjs/xterm.js#2651 - Standardize how colors helper lib is structured xtermjs/xterm.js#2653 - Fullwidth handling in buffer writes xtermjs/xterm.js#2644 - Target es5 in attach addon xtermjs/xterm.js#2654 Fixes #86194 Fixes #87918 Part of #87456
35 lines
923 B
JSON
35 lines
923 B
JSON
{
|
|
"name": "vscode-reh",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"applicationinsights": "1.0.8",
|
|
"chokidar": "3.2.3",
|
|
"cookie": "^0.4.0",
|
|
"graceful-fs": "4.1.11",
|
|
"http-proxy-agent": "^2.1.0",
|
|
"https-proxy-agent": "^2.2.3",
|
|
"iconv-lite": "0.5.0",
|
|
"jschardet": "2.1.1",
|
|
"native-watchdog": "1.3.0",
|
|
"node-pty": "^0.10.0-beta2",
|
|
"onigasm-umd": "2.2.5",
|
|
"semver-umd": "^5.5.5",
|
|
"spdlog": "^0.11.1",
|
|
"vscode-minimist": "^1.2.2",
|
|
"vscode-nsfw": "1.2.8",
|
|
"vscode-proxy-agent": "^0.5.2",
|
|
"vscode-ripgrep": "^1.5.7",
|
|
"vscode-textmate": "4.4.0",
|
|
"xterm": "4.4.0-beta.13",
|
|
"xterm-addon-search": "0.4.0-beta4",
|
|
"xterm-addon-web-links": "0.2.1",
|
|
"xterm-addon-webgl": "0.5.0-beta.7",
|
|
"yauzl": "^2.9.2",
|
|
"yazl": "^2.4.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"vscode-windows-ca-certs": "0.2.0",
|
|
"vscode-windows-registry": "1.0.2"
|
|
}
|
|
}
|