Commit Graph

1277 Commits

Author SHA1 Message Date
Tyler James Leonhardt
342aa9c59a Improvements to i18n (#163372)
* remove dead code from Transifex

* use @vscode/l10n-dev for XLF operations for extensions

* generated files

* more generated files

* remove dead code

* move l10n-dev to where gulp is

* generated
2022-10-12 14:10:57 -07:00
Matt Bierner
1bda1e241c Pick up latest TS for building VS Code (#163375) 2022-10-11 17:13:00 -07:00
Megan Rogge
6483e39fb7 xterm-addon-webgl@0.14.0-beta.20 (#163021)
xterm-addon-webgl@0.14.0-beta.20 

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-10-07 17:13:49 -07:00
Daniel Imms
becaa24c93 Update xterm.js 2022-10-07 10:58:10 -07:00
Matt Bierner
a4c9ea968d Pick up latest versions of eslint (#162896) 2022-10-06 15:37:27 -07:00
Daniel Imms
55be96c199 Merge pull request #162855 from microsoft/tyriar/xterm2
Update xterm.js
2022-10-06 12:34:50 -07:00
Matt Bierner
99e126b0b2 Pick up latest TS version for building VS Code (#162786)
Pick up latest TS for building VS Code
2022-10-06 12:08:45 -07:00
Daniel Imms
ae49262345 Update xterm again
This includes a revert to event refactor which will fix vscode's
internal access. It was going to be reverted anyway.
2022-10-06 10:38:05 -07:00
Daniel Imms
d3e41d26ed Update xterm.js
- Bump copyright year xtermjs/xterm.js#4176
- Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170
- Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169
- Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168
- Create new event with emitter object to simplify code xtermjs/xterm.js#4166
- Define all events and emitters consistently xtermjs/xterm.js#4165
- Inline dirty row service into input handler xtermjs/xterm.js#4163
- Move w objects to $ prefix variables xtermjs/xterm.js#4162

Fixes #158984
Fixes #158874
2022-10-06 09:18:33 -07:00
Daniel Imms
07ef05f7c8 Update xterm
- Fixes a performance regression related to microtasks
- Fixes trusted types error breaking DOM renderer

Fixes #161970
2022-09-28 14:47:52 -07:00
Daniel Imms
4e074b4631 Update xterm
- Fix priority task queue and idle callback fallback xtermjs/xterm.js#4155
- Remove queuemicrotask polyfill xtermjs/xterm.js#4154
- Fix repetitive microtask problem xtermjs/xterm.js#4153
2022-09-27 12:59:08 -07:00
Daniel Imms
d1f20dbf2d Update xterm
- Optimize critical I/O path for input latency xtermjs/xterm.js#4145
- Add PriorityTaskQueue xtermjs/xterm.js#4144
- Use the browser's IdleDeadline to determine max task time xtermjs/xterm.js#4143
- Defer paused renderer resize to idle callback xtermjs/xterm.js#4142
- Do char atlas warmup via new IdleTaskQueue xtermjs/xterm.js#4141
- Share rgba vars throughout Color.ts, fast setTheme parseColor xtermjs/xterm.js#4140
- Optimize contexts for reading frequently xtermjs/xterm.js#4137
- Fix width of upper 1/8 block char xtermjs/xterm.js#4134

Fixes #161323
2022-09-26 07:01:42 -07:00
Daniel Imms
6815c43e78 Update xterm
Main change is warm up of char atlas is performed on an idle frame
2022-09-23 06:15:23 -07:00
Matt Bierner
4b973c8ebc Pick up latest TS for building VS Code (#161426) 2022-09-21 14:56:43 -07:00
Benjamin Pasero
d4a02ffb61 🆙 playwright even more (#161374) 2022-09-21 00:31:52 -07:00
Benjamin Pasero
772289fd6a tests - update playwright (#161367) 2022-09-20 22:07:05 -07:00
Matt Bierner
6c3e1f0ff1 Pick up latest notebook renderer API typings (#161135) 2022-09-16 13:09:20 -07:00
Matt Bierner
687712b871 Pick up latest TS nightly for building VS Code (#161127) 2022-09-16 10:37:58 -07:00
Daniel Imms
bed45532b5 Merge pull request #161012 from microsoft/tyriar/xterm5_update
xterm@5
2022-09-16 06:02:37 -07:00
Robo
22cbb8e958 chore: update electron@19.0.17 (#161027)
* chore: update electron@19.0.17

* chore: update API typings

* fix: compilation errors

* build: add libcups dependency
2022-09-16 12:41:52 +02:00
Daniel Imms
7c433d036b xterm@5 2022-09-15 13:31:40 -07:00
Daniel Imms
927efdf629 Fix xterm-headless version 2022-09-12 16:02:00 -07:00
Daniel Imms
b78276bd0f xterm@5.0.0-beta.60
Fixes #157585
2022-09-12 08:19:11 -07:00
Raymond Zhao
29ba38e405 Update windows-process-tree (#160545) 2022-09-12 07:53:18 -07:00
Matt Bierner
3c5b3abbee Pick up latest TS nightly for building VS Code (#160560) 2022-09-09 14:54:58 -07:00
Daniel Imms
1c3bd7a719 Update xterm.js
Main change: xtermjs/xterm.js#3992
2022-09-02 13:18:22 -07:00
Johannes
95205a3cdd Merge branch 'main' into joh/swc 2022-08-31 16:45:01 +02:00
Daniel Imms
e0335f887b Update xterm webgl addon
Fixes #39278
2022-08-30 09:13:52 -07:00
Daniel Imms
76384da25e Working OSC hyperlinks
Part of #39278
2022-08-30 08:39:55 -07:00
Johannes
fb76d213f9 update swc 2022-08-30 14:16:18 +02:00
Johannes
a252938303 Merge branch 'main' into joh/swc 2022-08-30 14:14:22 +02:00
Matt Bierner
5e92794be6 Re-enable running our eslint rules using ts-node (#159495)
Resubmission of #157532 with the following changes:

- Use `eslint-plugin-local` instead of `yarn` link to run our plugins
- Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`)
- Update all names to `local/`
2022-08-30 08:40:04 +02:00
Daniel Imms
b02e85c340 Update xterm.js
Fixes #159492
Fixes #159493
Fixes #158868
Fixes #158981
Fixes #157432
2022-08-29 12:19:04 -07:00
Matt Bierner
b5a1bb34e9 Pick up latest TS for building VS Code (#158420) 2022-08-26 23:00:38 +02:00
Johannes
bbf0bd9c01 update to latest 2022-08-26 11:58:43 +02:00
Johannes
93e346a449 Merge branch 'main' into joh/swc 2022-08-26 08:59:51 +02:00
Daniel Imms
7978590ce1 Update xterm
This fixes a rendering issue with underscore when using some fonts

Fixes #158497
2022-08-24 15:58:04 -07:00
Johannes
29d5cd59b8 update swc 2022-08-23 18:59:52 +02:00
Johannes
c7c4b4999b Merge branch 'main' into joh/swc 2022-08-23 18:56:48 +02:00
Daniel Imms
1ecc2a8fd2 Update xterm
Fixes #158326
2022-08-19 14:08:43 -07:00
Robo
1a582f7c07 chore: update electron@19.0.12 (#158025) 2022-08-13 08:08:37 +02:00
Matt Bierner
7b38f89422 Pick up new TS version for building VS Code (#157962) 2022-08-11 16:58:58 -07:00
Daniel Imms
c5388f415e Update xterm
Fixes #157444
2022-08-10 07:18:51 -07:00
Matt Bierner
460768a452 Update TS versions (#157550)
* Update TS versions

Update the bundled TS and build TS version

* Add explicit annotations

* Recompile JS
2022-08-09 11:26:24 -07:00
Connor Peet
39e77d74ca fix: parse errors in coverage command (#156837)
Fixes #155615
2022-08-05 18:27:40 +02:00
deepak1556
ff92ad573f chore: bump electron@19.0.11 2022-08-04 14:53:10 +09:00
Robo
afdf486c1e Merge branch 'main' into electron-19.x.y 2022-08-03 17:50:53 -07:00
Logan Ramos
67e0e8f12f Telemetry extraction should fail build (#157006) 2022-08-03 11:39:46 -07:00
Daniel Imms
11cea7dfb7 Merge pull request #156993 from microsoft/tyriar/xterm5
Upgrade to xterm.js v5 beta
2022-08-03 05:33:05 -07:00
deepak1556
d3055c6482 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-08-02 23:51:57 +09:00