Commit Graph

4716 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
Ian Huff
6d96eb0dfb update distro to allow Jupyter access to notebookControllerAffinityHidden (#163369)
Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local>
2022-10-11 16:27:24 -07:00
Daniel Imms
d483681104 Update xterm.js
- Create onSpecificOptionChange and onMultipleOptionChange helpers xtermjs/xterm.js#4195
- Fix demo again xtermjs/xterm.js#4193
- Switch to Ubuntu 20.04 xtermjs/xterm.js#4192
- Fix clearTextureAtlas call as implemented on IRenderer xtermjs/xterm.js#4180
- Create theme service xtermjs/xterm.js#4188
- Ensure stale bitmap is not used when drawing new characters xtermjs/xterm.js#4189
- Lint rule for on=event emitter and rename all methods with on prefix to handle xtermjs/xterm.js#4187
- Fix a bunch of memory retention problems xtermjs/xterm.js#4185
2022-10-10 07:07:36 -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
Alexandru Dima
a2024df885 update distro (#162959) 2022-10-07 12:24:32 -04: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
Matt Bierner
bc4bf747c9 Bump version (#162864) 2022-10-06 11:31:27 -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
Alexandru Dima
187f099e91 update distro (#162326) 2022-09-29 04:08:02 -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
Martin Aeschlimann
719461b273 bump distro (recommender-wsl update) (#162258) 2022-09-28 14:27:23 -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
Alexandru Dima
809cceca75 update distro (#161957) 2022-09-27 05:29:48 -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
Sandeep Somavarapu
b95793e6f7 update distro (#161524) 2022-09-22 13:03:56 -07:00
Sandeep Somavarapu
4f7d5e2cf2 update distro (#161495) 2022-09-22 08:09:15 -07:00
Matt Bierner
4b973c8ebc Pick up latest TS for building VS Code (#161426) 2022-09-21 14:56:43 -07:00
Alex Ross
d26952bfeb Bump distro (#161401) 2022-09-21 07:03:05 -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
Peng Lyu
dc2d178f06 Bump distro. (#161346) 2022-09-20 14:02:52 -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
Robo
158949651c chore: update distro (#161117) 2022-09-16 09:01:42 -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
Alex Ross
5f9946a307 Bump distro (#160277) 2022-09-07 06:55:40 -04:00
Alex Ross
a27fc69ce5 Bump distro (#160084) 2022-09-05 14:23:42 +02:00
Daniel Imms
1c3bd7a719 Update xterm.js
Main change: xtermjs/xterm.js#3992
2022-09-02 13:18:22 -07:00
Matt Bierner
abe0832a22 Bump version (#159784) 2022-09-01 10:41:14 -07:00
Johannes Rieken
2335d95925 Merge pull request #159300 from microsoft/joh/swc
SWC experiments
2022-09-01 10:15:50 +02:00
tanhakabir
aaa72d5b67 Distro bump (#159700) 2022-08-31 19:33:26 +02: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
Benjamin Pasero
772a0197b0 🆙 distro (#159545) 2022-08-30 06:50:12 -04: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