Skip to content

Commit 23e6be7

Browse files
committed
Handle terminal progress
Fixes #237564
1 parent cdfd702 commit 23e6be7

File tree

12 files changed

+231
-152
lines changed

12 files changed

+231
-152
lines changed

package-lock.json

Lines changed: 53 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,16 @@
8585
"@vscode/windows-mutex": "^0.5.0",
8686
"@vscode/windows-process-tree": "^0.6.0",
8787
"@vscode/windows-registry": "^1.1.0",
88-
"@xterm/addon-clipboard": "^0.2.0-beta.68",
89-
"@xterm/addon-image": "^0.9.0-beta.85",
90-
"@xterm/addon-ligatures": "^0.10.0-beta.85",
91-
"@xterm/addon-search": "^0.16.0-beta.85",
92-
"@xterm/addon-serialize": "^0.14.0-beta.85",
93-
"@xterm/addon-unicode11": "^0.9.0-beta.85",
94-
"@xterm/addon-webgl": "^0.19.0-beta.85",
95-
"@xterm/headless": "^5.6.0-beta.85",
96-
"@xterm/xterm": "^5.6.0-beta.85",
88+
"@xterm/addon-clipboard": "^0.2.0-beta.78",
89+
"@xterm/addon-image": "^0.9.0-beta.95",
90+
"@xterm/addon-ligatures": "^0.10.0-beta.95",
91+
"@xterm/addon-progress": "^0.2.0-beta.1",
92+
"@xterm/addon-search": "^0.16.0-beta.95",
93+
"@xterm/addon-serialize": "^0.14.0-beta.95",
94+
"@xterm/addon-unicode11": "^0.9.0-beta.95",
95+
"@xterm/addon-webgl": "^0.19.0-beta.95",
96+
"@xterm/headless": "^5.6.0-beta.95",
97+
"@xterm/xterm": "^5.6.0-beta.95",
9798
"http-proxy-agent": "^7.0.0",
9899
"https-proxy-agent": "^7.0.2",
99100
"jschardet": "3.1.4",

remote/package-lock.json

Lines changed: 53 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"@vscode/vscode-languagedetection": "1.0.21",
1616
"@vscode/windows-process-tree": "^0.6.0",
1717
"@vscode/windows-registry": "^1.1.0",
18-
"@xterm/addon-clipboard": "^0.2.0-beta.68",
19-
"@xterm/addon-image": "^0.9.0-beta.85",
20-
"@xterm/addon-ligatures": "^0.10.0-beta.85",
21-
"@xterm/addon-search": "^0.16.0-beta.85",
22-
"@xterm/addon-serialize": "^0.14.0-beta.85",
23-
"@xterm/addon-unicode11": "^0.9.0-beta.85",
24-
"@xterm/addon-webgl": "^0.19.0-beta.85",
25-
"@xterm/headless": "^5.6.0-beta.85",
26-
"@xterm/xterm": "^5.6.0-beta.85",
18+
"@xterm/addon-clipboard": "^0.2.0-beta.78",
19+
"@xterm/addon-image": "^0.9.0-beta.95",
20+
"@xterm/addon-ligatures": "^0.10.0-beta.95",
21+
"@xterm/addon-progress": "^0.2.0-beta.1",
22+
"@xterm/addon-search": "^0.16.0-beta.95",
23+
"@xterm/addon-serialize": "^0.14.0-beta.95",
24+
"@xterm/addon-unicode11": "^0.9.0-beta.95",
25+
"@xterm/addon-webgl": "^0.19.0-beta.95",
26+
"@xterm/headless": "^5.6.0-beta.95",
27+
"@xterm/xterm": "^5.6.0-beta.95",
2728
"cookie": "^0.7.0",
2829
"http-proxy-agent": "^7.0.0",
2930
"https-proxy-agent": "^7.0.2",

0 commit comments

Comments
 (0)