Commit graph

68634 commits

Author SHA1 Message Date
Matt Bierner
90fbd0eb60 Extract cancellation.electron
This makes it possible to replace the cancellation logic for serverless
2020-07-20 16:27:37 -07:00
Matt Bierner
3b9db3df27 Extract NodeLogDirectoryProvider to electron specific file 2020-07-20 16:27:37 -07:00
Matt Bierner
00bd63c32c Move lazyClientHost to own file 2020-07-20 16:27:37 -07:00
Matt Bierner
c17905888c Extract onIsCaseInsenitiveFileSystem 2020-07-20 16:27:37 -07:00
Rob Lourens
90363c2f9d Change cell execution/cancel API
Fix #99203
2020-07-20 14:43:20 -07:00
Rachel Macfarlane
357fe6956c Ensure account preference set after login flow completes 2020-07-20 14:23:14 -07:00
Rachel Macfarlane
cd5b4a7c80 Emit activation event for auth providers when getSession is called 2020-07-20 14:23:14 -07:00
Jackson Kearl
c24e471cb4 Add note about preferring .gif 2020-07-20 11:13:15 -07:00
rebornix
711ff532e9 update distro. 2020-07-20 11:12:59 -07:00
Sandeep Somavarapu
b98f6685ee fix tests 2020-07-20 19:56:49 +02:00
Sandeep Somavarapu
fc0dff3335 fix arg number 2020-07-20 19:53:32 +02:00
Miguel Solorio
70f972a002
Merge pull request #102968 from microsoft/misolori/editor-on-type-color
Make editor on type bg color themeable
2020-07-20 10:53:23 -07:00
Miguel Solorio
a0603603d9
Merge branch 'master' into misolori/editor-on-type-color 2020-07-20 10:52:54 -07:00
Sandeep Somavarapu
a23bd4f688 retain dialog 2020-07-20 19:49:12 +02:00
rebornix
5948f49551 fix #102504. 2020-07-20 10:42:16 -07:00
Miguel Solorio
ac84f8b160 Make editor on type bg color themeable 2020-07-20 10:40:59 -07:00
Sandeep Somavarapu
ff66cdb1b8 #91696 start-up log 2020-07-20 19:32:32 +02:00
Peng Lyu
a79a6e6492
Merge pull request #102845 from rebornix/rebornix/shared-notebook-models
shared notebook models
2020-07-20 10:28:18 -07:00
Sandeep Somavarapu
72c8d5d300 Fix #91696 2020-07-20 19:27:13 +02:00
deepak1556
d1b0192b4f chore: bump distro 2020-07-20 10:21:14 -07:00
Rob Lourens
b115b7d35a Fix typo
Fix #102964
2020-07-20 10:16:14 -07:00
Sandeep Somavarapu
b1295cc85b Fix #102391 2020-07-20 19:15:11 +02:00
Rachel Macfarlane
7725bf1bcc Move authServer to fix relative paths issue 2020-07-20 09:31:37 -07:00
Jackson Kearl
e1dce24837 Update wording 2020-07-20 08:58:25 -07:00
Jackson Kearl
1a40ba0c9d Add screencast mode line 2020-07-20 08:35:19 -07:00
Sandeep Somavarapu
993df7802d align auto sync conflicts with manual sync conflicts 2020-07-20 14:04:10 +02:00
Benjamin Pasero
2f7e5d9841 stdin - log raw output from running chcp command for diag 2020-07-20 13:52:48 +02:00
Sandeep Somavarapu
bfcdb61517 handle conflicts while turning on sync 2020-07-20 13:52:13 +02:00
Alex Ross
2d7ae4a7d9 Change where task execution context is set 2020-07-20 13:11:56 +02:00
Sandeep Somavarapu
4d21831e50 Fix #99764 2020-07-20 12:40:32 +02:00
Sandeep Somavarapu
196a30d179 #100346 merge unmerged resources while applying 2020-07-20 12:19:14 +02:00
Benjamin Pasero
9013870319 sandbox - fix product name in process explorer 2020-07-20 11:00:09 +02:00
Benjamin Pasero
c785a4aca5 Report Issue => Report Issue... 2020-07-20 10:57:20 +02:00
Benjamin Pasero
4aab95966b unit tests - run them in same environment as our main code 2020-07-20 10:57:10 +02:00
Benjamin Pasero
2bbcd06114 debt - move supported encodings closer to where they belong 2020-07-20 10:40:47 +02:00
Benjamin Pasero
e5b3ff76ba
Enable sandbox and contextIsolation for process explorer when running with --__sandbox (#102924)
* sandbox - allow to enable sandbox and contextIsolation for process explorer

* fix asar lookup
2020-07-20 10:30:20 +02:00
Sandeep Somavarapu
040b60f4d1 #102581 rename reset to clear with ... 2020-07-20 10:28:44 +02:00
Sandeep Somavarapu
4ecf61e709 #102001 💄 2020-07-20 10:19:00 +02:00
Sandeep Somavarapu
d5e58666e5 #102581 feedback 2020-07-20 10:13:42 +02:00
Sandeep Somavarapu
336ad64f24 #102581 select the resource while reopening 2020-07-20 09:35:55 +02:00
Sandeep Somavarapu
6c21258b65 #102581 show warning notification on conflicts 2020-07-18 10:35:32 +02:00
Sandeep Somavarapu
c657585fea #102581 add buttons to sync editors 2020-07-18 10:23:22 +02:00
Sandeep Somavarapu
881e7e546b #102581 improve first time sync dialog 2020-07-18 09:51:12 +02:00
rebornix
6c5037f425 handle notebook text model creation in notebook service 2020-07-17 19:18:59 -07:00
rebornix
399ae18967 early return when notebook document already exists. 2020-07-17 19:08:11 -07:00
rebornix
7704b6936e make mainthreadnotebook controller object literal 2020-07-17 19:04:12 -07:00
rebornix
80eee2dc94 mainthreadnotebook does not talk to mainthreadnotebook controller 2020-07-17 18:41:02 -07:00
rebornix
27c96b7a55 slim main thread notebook document 2020-07-17 17:20:40 -07:00
rebornix
2392bf40af model changes are always sent to ext host. 2020-07-17 17:16:10 -07:00
rebornix
7251526c06 no longer handle notebook backup in the core 2020-07-17 17:10:00 -07:00