Commit graph

381 commits

Author SHA1 Message Date
Daniel Imms 1ecc2a8fd2
Update xterm
Fixes #158326
2022-08-19 14:08:43 -07:00
Daniel Imms c5388f415e
Update xterm
Fixes #157444
2022-08-10 07:18:51 -07:00
Robo afdf486c1e
Merge branch 'main' into electron-19.x.y 2022-08-03 17:50:53 -07:00
Daniel Imms 2f72682e5d
Add canvas renderer addon 2022-08-01 09:29:26 -07:00
Daniel Imms 852b4ae5f8
Update to xterm 5
Mainly just canvas renderer not yet hooked up
2022-08-01 04:57:27 -07:00
deepak1556 d620fd3aa7 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-25 13:17:53 +09:00
Daniel Imms d35989fd5b
xterm@4.20.0-beta.20
Fixes #155232
2022-07-22 08:49:54 -07:00
deepak1556 c036f3257b Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-19 16:55:56 +09:00
Daniel Imms de91899be2
xterm@4.20.0-beta.13
Fixes #155035
2022-07-14 05:32:01 -07:00
Daniel Imms 9f3a127b41
xterm@4.20.0-beta.12
Fixes #151225
Fixes #154689
Fixes #154700
Fixes #154702
2022-07-11 12:54:50 -07:00
deepak1556 d5dc423bd8 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-11 16:59:11 +09:00
Daniel Imms b813ee1497
Update xterm
Fixes #154324
2022-07-08 13:12:40 -07:00
deepak1556 5f79b51181 chore: bump electron@19.0.7 2022-07-07 21:25:31 +09:00
Logan Ramos d6114a70be
Remove app insights (#154296)
* Remove app insights

* Update product service to remove asimovKey
2022-07-06 22:23:30 -04:00
Daniel Imms 7fb7b795f6
Update xterm
Fixes #152300
Fixes #151225
2022-07-06 10:04:47 -07:00
Megan Rogge 3836384353
fix find issue (#153732)
fix #153728
2022-06-29 18:11:11 +00:00
Megan Rogge b3fff289c3
update xterm.js (#153354) 2022-06-27 15:38:46 -04:00
Daniel Imms 1ed268719e
xterm-addon-webgl@0.12.0-beta.39
Fixes #152436
2022-06-17 08:31:00 -07:00
Daniel Imms 427834d3c2
xterm-addon-webgl@0.12.0-beta.39
This is one of those odd cases where the latest (.40) is actually older than the
one before because the merged happened close by.

This brings in the light-height webgl powerline fix xtermjs/xterm.js#3862
2022-06-16 08:31:44 -07:00
Daniel Imms f3e3c63d1e
xterm@4.19.0-beta.60
Fixes #151930
Fixes #152063
2022-06-14 14:56:22 -07:00
Logan Ramos d791322812
Bring back 1DS SDK (#151810)
* Revert "Revert "Initial adoption of 1DS Sdk (#151531)""

This reverts commit 09bab84672.

* Testing CI

* More tests

* Add back core config to see if test fails

* Add an if true test

* Make sure we're not instantiating 1ds for tests

* Try async import of post plugin

* Bring back other imports
2022-06-13 10:53:07 -04:00
Daniel Imms 09bab84672
Revert "Initial adoption of 1DS Sdk (#151531)"
This reverts commit b0a239379b.
2022-06-10 13:22:58 -07:00
Logan Ramos b0a239379b
Initial adoption of 1DS Sdk (#151531)
* Start with implementing 1DS

* Add part a flag

* Fix byte mask

* Add internal testing in shared process

* Update AI

* Update XHR Override

* Update to only call unload

* small changes

* Move key to rpoduct.json

* Fix endpoint

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2022-06-10 09:14:29 -07:00
deepak1556 17aee6520d Merge remote-tracking branch 'origin' into electron-18.x.y 2022-06-04 09:38:17 +09:00
Daniel Imms ea9d498165
Update xterm
Fixes #150777
Fixes #150992
2022-06-02 15:19:23 -07:00
deepak1556 1044556d8b chore: bump electron@18.0.0-beta.4 2022-05-31 08:25:29 +09:00
SteVen Batten ed192fbf22
updating tas-client-umd to 0.1.6 (#150574) 2022-05-27 19:13:34 -04:00
Daniel Imms 10ffbf5255
xterm@4.19.0-beta.56 - consistent overview ruler height
Fixes #148138
2022-05-27 12:54:48 -07:00
Daniel Imms 367ef09fd4
xterm@4.19.0-beta.55 - opaque selection in dom renderer
Fixes #150553
2022-05-27 11:18:21 -07:00
Daniel Imms cf49893c1a
Update xterm
This brings in fixes to search xtermjs/xterm.js#3834 and xtermjs/xterm.js#3831

Fixes #148109
2022-05-26 15:30:11 -07:00
Daniel Imms 9c1926d726
xterm@4.19.0-beta.52
Fixes #148061
2022-05-25 12:51:23 -07:00
Daniel Imms 9e1c5d60ae
Fix exception that could occur during render
Fixes #149867
Fixes #149865
2022-05-20 11:45:01 -07:00
Daniel Imms 5cdfdb435f
Support selection foreground in terminal
Fixes #149505
2022-05-18 09:45:17 -07:00
Daniel Imms d3637bb804
Update xterm for contrast ratio luminance change
Fixes #149495
2022-05-13 13:06:02 -07:00
Daniel Imms 99e15df830
Update xterm and make term find styles consistent with editor
- A bunch of changes to xterm.js including bg/fg decoration overrides
- Tweak find colors to use background instead of border, align with the editor
- Change high contrast themes to also align, including selection bg
- Clear the find active result decoration on blur and when the selection changes

Fixes #147013
Fixes #145751
2022-05-13 10:17:33 -07:00
Megan Rogge 7a265562f8
fix #148857 (#148923) 2022-05-06 09:21:16 -07:00
Logan Ramos b16dc5f6ef
Upgrade tas client modules (#148796)
* Upgrade tas client modules

* Fix root package being wrong version

Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
2022-05-05 13:37:33 -04:00
meganrogge c931f100c1
xterm-addon-search@0.9.0-beta.25
fix #148295
2022-04-27 12:22:34 -07:00
Megan Rogge 410fe0fc78
fix terminal find bugs (#148222) 2022-04-26 16:39:20 -07:00
Megan Rogge 3c8d308a1f
add max threshold for find results for which to show decorations (#147879) 2022-04-21 16:59:35 -07:00
meganrogge 548da541d8
fix #146406 2022-04-19 19:08:50 -07:00
meganrogge 5ff2eb2b90
xterm@4.19.0-beta.23
fixes #146406
2022-04-19 15:41:14 -07:00
meganrogge dafbfe227f
xterm@4.19.0-beta.22
fixes #147602
fixes #147659
2022-04-19 11:05:03 -07:00
meganrogge 42f6aedda1
xterm@4.19.0-beta.21 2022-04-13 11:38:52 -07:00
Alex Dima da6d913b75
Update to vscode-textmate@7.0.1 2022-04-07 19:47:53 +02:00
Alex Dima 9fe7dabbdb
Adopt vscode-textmate@7.0.0 2022-04-07 16:38:21 +02:00
Daniel Imms 1735a8fd75 xterm@4.19.0-beta.20
Fixes #145751
2022-04-01 13:01:16 -07:00
Daniel Imms 8515371413 Sync remote windows-process-tree to main package.json dep 2022-03-31 07:21:55 -07:00
meganrogge cbc3164e9a
xterm-addon-search@0.9.0-beta.17 2022-03-30 20:33:36 -04:00
SteVen Batten 9f94bfa295 update windows-registry module 2022-03-28 12:08:56 -07:00