Skip to content

Commit 144fdf1

Browse files
authored
add terminal output dropdown, reveal command on focus (#273175)
1 parent 0681eb9 commit 144fdf1

File tree

17 files changed

+816
-214
lines changed

17 files changed

+816
-214
lines changed

package-lock.json

Lines changed: 48 additions & 48 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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@
8888
"@vscode/windows-mutex": "^0.5.0",
8989
"@vscode/windows-process-tree": "^0.6.0",
9090
"@vscode/windows-registry": "^1.1.0",
91-
"@xterm/addon-clipboard": "^0.2.0-beta.118",
92-
"@xterm/addon-image": "^0.9.0-beta.135",
93-
"@xterm/addon-ligatures": "^0.10.0-beta.135",
94-
"@xterm/addon-progress": "^0.2.0-beta.41",
95-
"@xterm/addon-search": "^0.16.0-beta.135",
96-
"@xterm/addon-serialize": "^0.14.0-beta.135",
97-
"@xterm/addon-unicode11": "^0.9.0-beta.135",
98-
"@xterm/addon-webgl": "^0.19.0-beta.135",
99-
"@xterm/headless": "^5.6.0-beta.135",
100-
"@xterm/xterm": "^5.6.0-beta.135",
91+
"@xterm/addon-clipboard": "^0.2.0-beta.119",
92+
"@xterm/addon-image": "^0.9.0-beta.136",
93+
"@xterm/addon-ligatures": "^0.10.0-beta.136",
94+
"@xterm/addon-progress": "^0.2.0-beta.42",
95+
"@xterm/addon-search": "^0.16.0-beta.136",
96+
"@xterm/addon-serialize": "^0.14.0-beta.136",
97+
"@xterm/addon-unicode11": "^0.9.0-beta.136",
98+
"@xterm/addon-webgl": "^0.19.0-beta.136",
99+
"@xterm/headless": "^5.6.0-beta.136",
100+
"@xterm/xterm": "^5.6.0-beta.136",
101101
"http-proxy-agent": "^7.0.0",
102102
"https-proxy-agent": "^7.0.2",
103103
"jschardet": "3.1.4",

remote/package-lock.json

Lines changed: 48 additions & 48 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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +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.118",
19-
"@xterm/addon-image": "^0.9.0-beta.135",
20-
"@xterm/addon-ligatures": "^0.10.0-beta.135",
21-
"@xterm/addon-progress": "^0.2.0-beta.41",
22-
"@xterm/addon-search": "^0.16.0-beta.135",
23-
"@xterm/addon-serialize": "^0.14.0-beta.135",
24-
"@xterm/addon-unicode11": "^0.9.0-beta.135",
25-
"@xterm/addon-webgl": "^0.19.0-beta.135",
26-
"@xterm/headless": "^5.6.0-beta.135",
27-
"@xterm/xterm": "^5.6.0-beta.135",
18+
"@xterm/addon-clipboard": "^0.2.0-beta.119",
19+
"@xterm/addon-image": "^0.9.0-beta.136",
20+
"@xterm/addon-ligatures": "^0.10.0-beta.136",
21+
"@xterm/addon-progress": "^0.2.0-beta.42",
22+
"@xterm/addon-search": "^0.16.0-beta.136",
23+
"@xterm/addon-serialize": "^0.14.0-beta.136",
24+
"@xterm/addon-unicode11": "^0.9.0-beta.136",
25+
"@xterm/addon-webgl": "^0.19.0-beta.136",
26+
"@xterm/headless": "^5.6.0-beta.136",
27+
"@xterm/xterm": "^5.6.0-beta.136",
2828
"cookie": "^0.7.0",
2929
"http-proxy-agent": "^7.0.0",
3030
"https-proxy-agent": "^7.0.2",

0 commit comments

Comments
 (0)