Skip to content

Commit a845c87

Browse files
committed
Add ligatures working under Electron
Part of #34103
1 parent 3e223ac commit a845c87

File tree

15 files changed

+478
-156
lines changed

15 files changed

+478
-156
lines changed

build/.webignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ vscode-textmate/webpack.config.js
2626
@xterm/addon-image/src/**
2727
@xterm/addon-image/out/**
2828

29+
@xterm/addon-ligatures/src/**
30+
@xterm/addon-ligatures/out/**
31+
2932
@xterm/addon-search/src/**
3033
@xterm/addon-search/out/**
3134
@xterm/addon-search/fixtures/**

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ export default tseslint.config(
833833
'worker_threads',
834834
'@xterm/addon-clipboard',
835835
'@xterm/addon-image',
836+
'@xterm/addon-ligatures',
836837
'@xterm/addon-search',
837838
'@xterm/addon-serialize',
838839
'@xterm/addon-unicode11',

package-lock.json

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

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,15 @@
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.48",
89-
"@xterm/addon-image": "^0.9.0-beta.65",
90-
"@xterm/addon-search": "^0.16.0-beta.65",
91-
"@xterm/addon-serialize": "^0.14.0-beta.65",
92-
"@xterm/addon-unicode11": "^0.9.0-beta.65",
93-
"@xterm/addon-webgl": "^0.19.0-beta.65",
94-
"@xterm/headless": "^5.6.0-beta.65",
95-
"@xterm/xterm": "^5.6.0-beta.65",
88+
"@xterm/addon-clipboard": "^0.2.0-beta.50",
89+
"@xterm/addon-image": "^0.9.0-beta.67",
90+
"@xterm/addon-ligatures": "^0.10.0-beta.67",
91+
"@xterm/addon-search": "^0.16.0-beta.67",
92+
"@xterm/addon-serialize": "^0.14.0-beta.67",
93+
"@xterm/addon-unicode11": "^0.9.0-beta.67",
94+
"@xterm/addon-webgl": "^0.19.0-beta.67",
95+
"@xterm/headless": "^5.6.0-beta.67",
96+
"@xterm/xterm": "^5.6.0-beta.67",
9697
"http-proxy-agent": "^7.0.0",
9798
"https-proxy-agent": "^7.0.2",
9899
"jschardet": "3.1.4",

0 commit comments

Comments
 (0)