Skip to content

Commit

Permalink
Merge pull request #232829 from microsoft/tyriar/34103_241101
Browse files Browse the repository at this point in the history
Terminal ligatures take 4
  • Loading branch information
Tyriar authored Nov 4, 2024
2 parents 7d09f80 + bdcbf2f commit e1e192e
Show file tree
Hide file tree
Showing 19 changed files with 502 additions and 168 deletions.
3 changes: 3 additions & 0 deletions build/.webignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ vscode-textmate/webpack.config.js
@xterm/addon-image/src/**
@xterm/addon-image/out/**

@xterm/addon-ligatures/src/**
@xterm/addon-ligatures/out/**

@xterm/addon-search/src/**
@xterm/addon-search/out/**
@xterm/addon-search/fixtures/**
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ export default tseslint.config(
'worker_threads',
'@xterm/addon-clipboard',
'@xterm/addon-image',
'@xterm/addon-ligatures',
'@xterm/addon-search',
'@xterm/addon-serialize',
'@xterm/addon-unicode11',
Expand Down
182 changes: 144 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,15 @@
"@vscode/windows-mutex": "^0.5.0",
"@vscode/windows-process-tree": "^0.6.0",
"@vscode/windows-registry": "^1.1.0",
"@xterm/addon-clipboard": "^0.2.0-beta.48",
"@xterm/addon-image": "^0.9.0-beta.65",
"@xterm/addon-search": "^0.16.0-beta.65",
"@xterm/addon-serialize": "^0.14.0-beta.65",
"@xterm/addon-unicode11": "^0.9.0-beta.65",
"@xterm/addon-webgl": "^0.19.0-beta.65",
"@xterm/headless": "^5.6.0-beta.65",
"@xterm/xterm": "^5.6.0-beta.65",
"@xterm/addon-clipboard": "^0.2.0-beta.51",
"@xterm/addon-image": "^0.9.0-beta.68",
"@xterm/addon-ligatures": "^0.10.0-beta.68",
"@xterm/addon-search": "^0.16.0-beta.68",
"@xterm/addon-serialize": "^0.14.0-beta.68",
"@xterm/addon-unicode11": "^0.9.0-beta.68",
"@xterm/addon-webgl": "^0.19.0-beta.68",
"@xterm/headless": "^5.6.0-beta.68",
"@xterm/xterm": "^5.6.0-beta.68",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"jschardet": "3.1.4",
Expand Down
Loading

0 comments on commit e1e192e

Please sign in to comment.