Commit graph

67513 commits

Author SHA1 Message Date
Alex Ross 1abf21d3d8 Explicitly set task execution way before running task
Part of #100361
2020-06-17 13:39:02 +02:00
Johannes Rieken c98d54ec5e
Merge branch 'master' into joh/notebook-inputs 2020-06-17 12:50:05 +02:00
isidor 1d2432f094 debug: only store dynamic configs in memory 2020-06-17 12:48:48 +02:00
Johannes Rieken 9dbdd1f6f7 borrow notebook editors from a notebook widget service. let the service manage editor move and deal with group changes 2020-06-17 12:40:00 +02:00
isidor 79e075ecc7 fix tests 2020-06-17 12:36:44 +02:00
isidor 172027552c fixes #100364 2020-06-17 12:11:16 +02:00
Benjamin Pasero 762ca8de50 windows - skip flaky test 2020-06-17 12:02:54 +02:00
Benjamin Pasero 7642394038 streams - delete node/stream and inline it to only consumer 2020-06-17 12:00:45 +02:00
Benjamin Pasero 498325ced8 Load iconv-lite module async (fix #40147) 2020-06-17 11:53:21 +02:00
isidor 3edd0f9515 aria: use alternate containers such that duplicated messages get read out by screen readers
fixes #99466
2020-06-17 11:45:28 +02:00
Alex Ross 1a1b76f0ee Check for undefined specifically in task execution test
Part of #100361
2020-06-17 11:41:48 +02:00
Benjamin Pasero 2b2f5b2f07 text files - reduce node dependencies 2020-06-17 11:32:41 +02:00
Benjamin Pasero 56b40ee873 encoding - less Buffer use 2020-06-17 11:32:41 +02:00
Alex Ross d128b7c139 Resolve executeTask with execution earlier
Part of #100361
2020-06-17 11:15:58 +02:00
Jackson Kearl 4ac0e30298 Add scraper action 2020-06-17 02:09:50 -07:00
Benjamin Pasero 789a757de6 encoding - adjust toDecodeStream() 2020-06-17 10:55:49 +02:00
Benjamin Pasero 3675f28129 Revert "Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)""
This reverts commit 495112ded5.
2020-06-17 10:45:58 +02:00
Christof Marti 83bf30d8e5 Remove role="group" (#76972) 2020-06-17 10:04:12 +02:00
Christof Marti 018a2930e0 Revert "Add aria-label (#76972)"
This reverts commit 85bedc7963.
2020-06-17 10:04:12 +02:00
Sandeep Somavarapu 5ca3e09eb6 Fix #99102 2020-06-17 10:00:26 +02:00
João Moreno 208d556b1d
fixes #100015 2020-06-17 09:41:55 +02:00
Benjamin Pasero 495112ded5 Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)"
This reverts commit 1dbfecd37f.
2020-06-17 09:09:59 +02:00
Fedor Nezhivoi 1dbfecd37f
decouple vs/base/node/encoding.ts from node streams for #79275 (#99413) 2020-06-17 09:09:12 +02:00
Benjamin Pasero e4a9ccdbdd update 2020-06-17 08:59:11 +02:00
Benjamin Pasero 76d430e084 editor part 💄 2020-06-17 08:53:20 +02:00
Jean Pierre f98bf3c512
Fixes #100303 (#100344) 2020-06-17 08:52:12 +02:00
Jackson Kearl 9734620692 Reduce frequency of classifier passes 2020-06-16 23:46:05 -07:00
Jackson Kearl 6a28236c59 Adopt GPU issue classifier. Closes #100202. 2020-06-16 23:46:04 -07:00
Sandeep Somavarapu 84f52fe1c0 fix tests 2020-06-17 08:11:30 +02:00
Sandeep Somavarapu 24fb32d7cf fix setting enablement 2020-06-17 08:11:30 +02:00
Jackson Kearl 6cab5daa9e Update extGo commaand to point to noe repo location
Closes #100143.
2020-06-16 21:45:24 -07:00
rebornix 1befda9f33 Re #97547. 2020-06-16 17:40:17 -07:00
rebornix ca7f2683fd resolve notebook editor with comm object. 2020-06-16 17:21:11 -07:00
Rob Lourens ddb6641923 Don't set the markdown cell height based on the height 2020-06-16 19:07:10 -05:00
Rob Lourens 2f18a7817f Ensure focus goes back to container after editing markdown cell 2020-06-16 19:07:10 -05:00
rebornix e7e21e7af4 typings refactoring not picked up. 2020-06-16 16:48:05 -07:00
rebornix a9db9d94ff 💄 2020-06-16 16:25:24 -07:00
rebornix 8ad77ef2b6 mimetype and remove revert. 2020-06-16 14:55:20 -07:00
Sandeep Somavarapu 89e41e3300 💄 2020-06-16 23:49:55 +02:00
Sandeep Somavarapu 8440dcd688 rename to UserDataSyncResourceEnablementService 2020-06-16 23:48:12 +02:00
Sandeep Somavarapu 5a986588b6 move sync enablement to auto sync service 2020-06-16 23:48:12 +02:00
Rob Lourens 9f11451eac Simplify notebook double click listener based on comment tip in 9e1acba79e 2020-06-16 16:44:42 -05:00
Sandeep Somavarapu 1b65c639c2 Refactor - Make auto sync sequential 2020-06-16 22:32:50 +02:00
Jackson Kearl efe92cd926 Move to new connection string 2020-06-16 12:16:33 -07:00
Rob Lourens 7cabd75aab bump distro 2020-06-16 14:02:17 -05:00
Daniel Imms 16466627c1 Scaffold out link provider proposed API
Part of #91290
2020-06-16 11:47:48 -07:00
Aditya Thakral d6c928a9ab
Switch to tabular view for object renderer in settings (#100218)
* Add header and remove connector

* Add a removable property to items

* Use reset instead of remove for unremovable items

* Hide add button for static objects

* Fix even item selection weirdness

* Add margin to object value

* fixup! Add margin to object value

* Maintain order of KV pairs + dont sort

* Make keys static if add button is not shown

* fixup! Add margin to object value

* Address Rob's comment

* Delete the pair that went back to default value
2020-06-16 13:41:30 -05:00
Miguel Solorio e5c91c7243 Update Codicons: Fix file and go-to-file rendering 2020-06-16 10:15:17 -07:00
Sandeep Somavarapu 7df4ebd0b3 Refactor auto sync service 2020-06-16 18:59:10 +02:00
Benjamin Pasero 7f49ef52e3 sandbox - configure nativeWindowOpen:true
This matches the behaviour of sandboxed Electron renderers.
2020-06-16 18:52:34 +02:00