Commit graph

3535 commits

Author SHA1 Message Date
Peng Lyu e88053d97d
Third party notices and distro update. (#164502) 2022-10-24 14:02:26 -07:00
Sandeep Somavarapu 9edbe61ff8
update distro (#164462) 2022-10-24 07:11:42 -07:00
Damon Tivel 5a326b2a68
Bump distro (#164272)
Update distro
2022-10-24 03:03:54 -07:00
Daniel Imms 0181743218
Update xterm.js
Fixes an issue where decorations could cause dropped frames
2022-10-21 16:26:37 -07:00
Sandeep Somavarapu c1ac223c69
fix node-vsce-sign (#164253)
* update distro

* add vsce-sign to asar

* filter node-vsce-sign

* update distro
2022-10-21 08:25:36 -07:00
Johannes Rieken 71ab69d849
update playwright (#164238) 2022-10-21 12:46:04 +02:00
João Moreno 33e94dc844
bump deemon (#164224) 2022-10-21 01:31:45 -07:00
Sandeep Somavarapu e341419760
add vsce-sign module (#164182)
* include vsce-sign

* update distro

* update distro

* update distro

* update distro

* remove from module ignore
2022-10-20 14:06:22 -07:00
Matt Bierner 266ff5b78f
Bump distro (#164089) 2022-10-19 16:44:18 -07:00
Alex Ross bebb3ea217
Bump distro (#164079) 2022-10-19 15:28:36 -07:00
Daniel Imms bbfff68d40
Update xterm.js
Fixes #163448
2022-10-19 12:13:27 -07:00
Matt Bierner b08633e2df
Pick up latest TS for building VS Code (#164044) 2022-10-19 13:24:08 -04:00
Daniel Imms d105e09d00
Reapply and fix xterm update (#164019)
* Revert "Revert "Update xterm.js" (#164002)"

This reverts commit 462ecfab53.

* Adopt xterm internal API change

See xtermjs/xterm.js#4207
2022-10-19 11:18:24 -04:00
Martin Aeschlimann d77a62dd4c
bump distro (#164027) 2022-10-19 07:22:55 -07:00
Martin Aeschlimann b16cd2d486
update @vscode/test-web (#164021) 2022-10-19 05:57:23 -07:00
Alexandru Dima 462ecfab53
Revert "Update xterm.js" (#164002) 2022-10-19 01:58:06 -07:00
meganrogge 22978f0b6f
xterm@5.1.0-beta.35 2022-10-19 00:17:39 -04:00
Daniel Imms a6a64fb2e2
Merge branch 'main' into tyriar/xterm3 2022-10-13 10:28:35 -07:00
Martin Aeschlimann 17c7a08962
Add cli & command to run the code server on the desktop (#163546)
Add cli & command to run the code server on the desktop
2022-10-13 15:02:42 +02:00
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
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
Martin Aeschlimann 91146b509c
bump distro (#158779) 2022-08-22 18:32:14 +02:00
Daniel Imms 1ecc2a8fd2
Update xterm
Fixes #158326
2022-08-19 14:08:43 -07:00
Joyce Er 5752831096
Bump distro (#158513) 2022-08-18 10:30:18 -07:00
Robo 1a582f7c07
chore: update electron@19.0.12 (#158025) 2022-08-13 08:08:37 +02:00
Logan Ramos dcd265c42a
Bump distro (#158043) 2022-08-12 21:10:51 +01:00
Matt Bierner 7b38f89422
Pick up new TS version for building VS Code (#157962) 2022-08-11 16:58:58 -07:00
Joyce Er 38d309ea8b
Bump distro (#157921) 2022-08-11 10:51:37 -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
Alex Ross 5a180f6a9e
Bump distro (#157643) 2022-08-09 16:09:29 +02:00
Connor Peet 39e77d74ca
fix: parse errors in coverage command (#156837)
Fixes #155615
2022-08-05 18:27:40 +02:00
Joyce Er 631628bf31
🆙 distro (#157161) 2022-08-05 00:25:44 +02:00
Connor Peet f2e1518df9
product: bump version number (#157120) 2022-08-04 20:11:48 +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
Benjamin Pasero 0ea1cfd5d2
🆙 distro (#156863) 2022-08-02 08:45:25 +02:00
Matt Bierner df9ecf06cd
Build VS Code using latest TS version (#156819)
Pick up latest TS for building VS Code
2022-08-01 22:57:14 -07:00
Benjamin Pasero 359d3d4742
🆙 playwright@1.24.2 (#156715)
* 🆙 pw

* distro
2022-08-02 07:54:38 +02:00
deepak1556 fff6af5de2 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-08-02 13:21:23 +09:00
Daniel Imms 2f72682e5d
Add canvas renderer addon 2022-08-01 09:29:26 -07:00
Logan Ramos 519f9b51f3
Bump distro + update labels (#156685) 2022-08-01 15:35:32 +02: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 07feb2bbd3 chore: bump electron@19.0.10 2022-07-30 11:37:25 +09:00
deepak1556 7bc2706edd Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-30 11:19:14 +09:00
Alex Ross 38c96ef265
Bump distro (#156137) 2022-07-25 13:11:13 +02:00
Benjamin Pasero 79a77abb40
🆙 distro (#156134) 2022-07-25 12:45:37 +02:00
deepak1556 d620fd3aa7 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-25 13:17:53 +09:00
Logan Ramos e428279c7a
Bump distro (#155985) 2022-07-22 20:55:42 +02:00
Daniel Imms d35989fd5b
xterm@4.20.0-beta.20
Fixes #155232
2022-07-22 08:49:54 -07:00
Eric Amodio 78da5e3df4
Closes #54285 adds webview/context contribution (#154524)
* Closes #54285 adds webview/context contribution

* Adds additional context support for context menus

Adds `webViewItem` read from nearest `data-vscode-context-menu-item`
Adds `webViewItemElement` read from `data-vscode-context-menu-item-element`

* Adds `preventDefaultContextMenuItems` option

This allows webviews to opt-out of the default (cut/copy/paste) context menu items

* Adds optional `itemValue` context value for handlers

* Adds missing proposed check

* Adds webview command to generate csp hash

* Switches to use single JSON data attr for context
Aggregates all ancestor context

* Revert "Adds `preventDefaultContextMenuItems` option"

This reverts commit 71f0180504.

Also renames proposal from webviewContextMenus to contribWebviewContext to align with other empty contribution point proposals
2022-07-21 21:13:48 +02:00
Martin Aeschlimann 2cb7539f3a
bump distro to solve merge conflict (#155876) 2022-07-21 20:27:39 +02:00
Miguel Solorio 81fff43fd6
bump distro (#155790) 2022-07-21 17:11:02 +02:00
Martin Aeschlimann 1a3d550dfa
update @vscode/test-web (#155858)
* update @vscode/test-web
2022-07-21 17:08:10 +02:00
Joyce Er e88e580556
Bump distro (#155754) 2022-07-20 18:18:18 +02:00
Matt Bierner a3cc2f87ac
Pick up latest version of TS for building VS Code (#155668) 2022-07-20 07:06:45 +02:00
Johannes e93326976a
add node-script to run swc 2022-07-19 14:32:46 +02:00
Johannes e191c94af9
Merge branch 'main' into joh/swc 2022-07-19 12:04:38 +02:00
deepak1556 599241ad74 chore: update electron@19.0.8 2022-07-19 17:57:54 +09:00
deepak1556 c036f3257b Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-19 16:55:56 +09:00
Joyce Er e28a92fc1f
Bump distro (#155507) 2022-07-18 15:11:21 +00:00
Daniel Imms de91899be2
xterm@4.20.0-beta.13
Fixes #155035
2022-07-14 05:32:01 -07:00
Johannes 692ef3e8a6
update to latest swc 2022-07-13 18:03:09 +02:00
Johannes 407d07ae63
Merge branch 'main' into joh/swc 2022-07-13 17:55:26 +02:00
Robo 02d648f962
fix: compilation of vscode-encrypt for darwin arm64 (#154762) 2022-07-12 10:00:06 +00: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
Matt Bierner 30b6e1a9b7
Pick up latest TS nightly for building VS Code (#154821) 2022-07-11 08:41:41 -07:00
Johannes 938b7cf116
update to latest swc 2022-07-11 16:54:53 +02:00
Johannes 7dc3c0316e
Merge branch 'main' into joh/swc 2022-07-11 16:16:38 +02: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 11e80f7079 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-09 01:21:17 +09:00
tanhakabir e194e88e2e
Bump distro (#154414) 2022-07-07 23:19:44 +00:00
Matt Bierner db734e88c1
Bump version to 1.70 (#154371)
Bump version 1.70
2022-07-07 16:03:07 +00:00
deepak1556 d8dabf05a7 chore: update distro 2022-07-07 22:43:05 +09:00
deepak1556 5f79b51181 chore: bump electron@19.0.7 2022-07-07 21:25:31 +09:00
João Moreno ce8b7a9c13
bump distro (#154344) 2022-07-07 09:18:31 +00: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
Matt Bierner f96a4627b1
Pick up latest TS for building VS Code (#154312) 2022-07-06 15:42:42 -07:00
Joyce Er c1279baa48
🆙 distro (#154292) 2022-07-06 11:16:43 -07:00
Daniel Imms c3de9da599
Merge pull request #154284 from microsoft/tyriar/152300
Update xterm
2022-07-06 10:47:15 -07:00
Daniel Imms 7fb7b795f6
Update xterm
Fixes #152300
Fixes #151225
2022-07-06 10:04:47 -07:00
Logan Ramos 1f0412e3fc
Update distro (#154283) 2022-07-06 17:03:40 +00:00
Robo 35a5a6f484
chore: update distro (#153818) 2022-06-30 14:03:22 +00:00
Megan Rogge 3836384353
fix find issue (#153732)
fix #153728
2022-06-29 18:11:11 +00:00
Connor Peet 16f24e23e4
chore: 1.69 OSS tool updates (#153399) 2022-06-27 18:12:11 -07:00
Megan Rogge b3fff289c3
update xterm.js (#153354) 2022-06-27 15:38:46 -04:00
Joyce Er 80a32bdf05
🆙distro (#153175) 2022-06-24 23:09:05 +00:00
Logan Ramos 7df4df1b8e
Bump distro (#153117) 2022-06-24 13:45:20 +00:00
Robo 69aaf7a58a
chore: bump electron@18.3.5 (#153091) 2022-06-24 13:17:44 +02:00
Tyler James Leonhardt 173f4bea73
rev distro and only use nlsService when not using English (#153071) 2022-06-23 23:04:30 -07:00
Ian Huff db2f0f2b18
update distro to pick up changes to jupyter proposed API (#152784)
Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local>
2022-06-21 16:20:25 -04:00
Robo 63ea7eae19
chore: bump electron@18.3.4 (#152624) 2022-06-20 12:31:20 +02:00
Logan Ramos 5947c2a93c
Bump distro (#152483) 2022-06-17 10:18:36 -07:00
Daniel Imms 1ed268719e
xterm-addon-webgl@0.12.0-beta.39
Fixes #152436
2022-06-17 08:31:00 -07:00
Johannes 1c79e26389
update to latest swc/core 2022-06-17 11:58:19 +02:00
Johannes f9b09e4f95
Merge branch 'main' into joh/swc 2022-06-17 11:24:21 +02: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
Robo 88c01e4825
chore: bump electron@18.3.3 (#152236) 2022-06-15 14:32:57 -07:00
Daniel Imms 51113d25a7
Merge pull request #152121 from microsoft/tyriar/xterm_update_3
xterm@4.19.0-beta.60
2022-06-14 18:21:58 -07:00
Matt Bierner b4f0d4d906
Build VS Code using latest TS nightly (#152130)
* Build VS Code using latest TS nightly

* Fix build for new AST
2022-06-14 18:15:51 -07:00
Daniel Imms f3e3c63d1e
xterm@4.19.0-beta.60
Fixes #151930
Fixes #152063
2022-06-14 14:56:22 -07:00
Tyler James Leonhardt 32ba8bcab6
bump style-loader (#151987) 2022-06-13 20:35:42 +00:00
Tyler James Leonhardt 48cf67d528
bump sinon-test (#151978) 2022-06-13 12:57:36 -07:00
Tyler James Leonhardt 0ee81c2c47
bump file-loader (#151971) 2022-06-13 12:17:17 -07:00
Tyler James Leonhardt a835b05304
bump eslint-plugin-jsdoc (#151956) 2022-06-13 10:32:36 -07:00
Johannes d7d859c6c8
update to 1.2.198 2022-06-13 16:54:47 +02: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
Johannes 20296891c6
Merge branch 'main' into joh/swc 2022-06-13 16:51:15 +02:00
Tyler James Leonhardt e367b12f19
bump css-loader (#151899) 2022-06-13 08:51:15 +02:00
Logan Ramos 1ccfebef48
Bump distro (#151808) 2022-06-10 21:38:46 -04:00
Daniel Imms 09bab84672
Revert "Initial adoption of 1DS Sdk (#151531)"
This reverts commit b0a239379b.
2022-06-10 13:22:58 -07:00
Joyce Er 6ab487ec62
Bump distro (#151782) 2022-06-10 18:52:48 +00: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
Logan Ramos 9867ef8448
Bump distro (#151751) 2022-06-10 11:05:52 -04:00
deepak1556 c3077080ec Merge remote-tracking branch 'origin' into electron-18.x.y 2022-06-10 18:29:22 +09:00
Joyce Er 84e4f76908
1.68.0 -> 1.69.0 (#151635) 2022-06-09 11:32:13 -07:00
Matt Bierner 640898db17
Update to build using latest TS nightly (#151576) 2022-06-08 22:02:49 -04:00
Johannes c3efc26f0a
updates to latest swc 2022-06-07 13:11:29 +02:00
Johannes 18424ffb4f
Merge branch 'main' into joh/swc 2022-06-07 13:01:20 +02:00
Robo 9919c760c2
chore: bump electron@17.4.7 (#151307) 2022-06-06 07:13:15 +02:00
deepak1556 55a970c85a chore: bump electron@18.3.2 2022-06-04 09:57:18 +09:00
deepak1556 17aee6520d Merge remote-tracking branch 'origin' into electron-18.x.y 2022-06-04 09:38:17 +09:00
Tyler James Leonhardt 3cfcfa942c
rev distro (#151233) 2022-06-03 16:54:23 +00:00
Daniel Imms ea9d498165
Update xterm
Fixes #150777
Fixes #150992
2022-06-02 15:19:23 -07:00
deepak1556 9f56a2f166 Merge remote-tracking branch 'origin' into electron-18.x.y 2022-06-02 17:10:31 +09:00
Henning Dieterichs fbdac2fd84
Updates distro 2022-05-31 15:56:56 +02:00
Alexandru Dima 28f5543cdf
update distro (#150751) 2022-05-31 07:26:55 +02:00
deepak1556 f1eff665aa chore: update electron@18.3.0 2022-05-31 08:25:33 +09:00
deepak1556 77e9053497 chore: bump electron@18.1.0 2022-05-31 08:25:32 +09:00
deepak1556 1044556d8b chore: bump electron@18.0.0-beta.4 2022-05-31 08:25:29 +09:00
Robo 1a39a4eadf
chore: update electron@17.4.6 (#150727) 2022-05-30 17:48:04 +02:00
João Moreno b6cd2b1f8a
bump vscode-policy-watcher (#150710) 2022-05-30 13:37:14 +00:00
Sandeep Somavarapu 46b855742e
update distro (#150704) 2022-05-30 12:28:12 +00:00
Robo 58555a1d6e
chore: update electron@17.4.5 (#150676) 2022-05-30 08:32:44 +02:00
SteVen Batten 3b1e1a7c85
update distro (#150579) 2022-05-27 23:57:22 +00: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
Johannes a3bf62cc5d
latest swc 2022-05-24 18:21:09 +02:00