Commit Graph

54976 Commits

Author SHA1 Message Date
Pine Wu 5dc057df59 Upgrade emmet helper deps for #77776 2019-09-26 10:21:36 -07:00
Benjamin Pasero e193a680e3 debt - reduce isWeb usages 2019-09-26 19:01:58 +02:00
Benjamin Pasero 136dbe9e20 debt - move native dialog options 2019-09-26 19:01:58 +02:00
Miguel Solorio 9178de5e30 Merge branch 'master' of github.com:Microsoft/vscode 2019-09-26 09:38:49 -07:00
Miguel Solorio 1e47bb781d Update loading spinner to animate on icon element 2019-09-26 09:38:35 -07:00
Benjamin Pasero 64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Miguel Solorio 199aa4f22a Inherit color for search viewlet icons 2019-09-26 09:37:24 -07:00
Benjamin Pasero a3801764e3 💄 move things around 2019-09-26 18:16:29 +02:00
Miguel Solorio 632115a4d6 Merge pull request #81446 from microsoft/misolori/icon-font-tree
Adopt icon font in tree widgets and panels
2019-09-26 08:41:09 -07:00
Miguel Solorio f74b414527 Merge branch 'master' into misolori/icon-font-tree 2019-09-26 08:40:45 -07:00
kieferrm b3175f5159 update distro commit 2019-09-26 15:31:52 +00:00
Daniel Imms 9ff086de4f Merge pull request #81451 from microsoft/tyriar/xterm_update
xterm@4.1.0-beta8
2019-09-26 08:23:38 -07:00
Sandeep Somavarapu 1b0af82dfc clean up 2019-09-26 17:05:46 +02:00
Sandeep Somavarapu 7772da02d2 add logging to sync service 2019-09-26 17:04:38 +02:00
Alex Ross 2bc357c2ee Remove callback property from custom execution task
and update documentation for it. Part of #80375
2019-09-26 16:46:46 +02:00
Benjamin Pasero 86f3a07e29 debt - rename platform/history => workspacesHistory 2019-09-26 16:34:17 +02:00
Benjamin Pasero bb8416a5d7 debt - separate browser and desktop workspace editing service 2019-09-26 16:23:19 +02:00
Benjamin Pasero bd361ab127 web - implement events for recently opened 2019-09-26 16:04:37 +02:00
Benjamin Pasero 8e99945e41 debt - get rid of windows service 2019-09-26 15:49:41 +02:00
Benjamin Pasero a036c0f273 debt - introduce and use workspaces history service 2019-09-26 15:34:04 +02:00
Sandeep Somavarapu 969e23ed64 add logs for extensions syncing 2019-09-26 15:05:53 +02:00
Sandeep Somavarapu 383d5fe103 add logging to settings sync 2019-09-26 14:51:07 +02:00
Sandeep Somavarapu 50ec968a0a do not use arguments 2019-09-26 13:52:29 +02:00
Sandeep Somavarapu e77bded9cf Introduce output log channel for configuration sync 2019-09-26 13:52:28 +02:00
Benjamin Pasero 156b5fd4f5 update - optionally use electron environment service 2019-09-26 12:08:05 +02:00
Alex Ross 328869d618 Make changes to tasks to allow tasks from User Settings and workspace file (#81469)
Still need to make configuration changes.
Part of #1435
2019-09-26 11:59:20 +02:00
Benjamin Pasero 3f38682210 💄 electron environment service 2019-09-26 11:58:31 +02:00
Benjamin Pasero 003a09848e debt - introduce IElectronEnvironmentService 2019-09-26 11:54:17 +02:00
Benjamin Pasero 66753ac3ee tests - remove unused test things 2019-09-26 11:29:44 +02:00
Benjamin Pasero 01b5fe023e debt - remove windowId from window service 2019-09-26 11:24:13 +02:00
Joao Moreno 428550903f scm: fix decoration padding 2019-09-26 11:23:07 +02:00
Sandeep Somavarapu 3fcf9d7eae remove casting bufferlogservice 2019-09-26 11:01:40 +02:00
Joao Moreno 89d3447460 fix colorized unit tests debug target 2019-09-26 10:51:05 +02:00
Isidor Nikolic b0d714d2de Merge pull request #81392 from dgozman/on-did-change-repl-elements
Fire onDidChangeReplElements directly from ReplModel
2019-09-26 10:34:11 +02:00
Joao Moreno 6d93382115 fixes #81432 2019-09-26 10:23:42 +02:00
Benjamin Pasero 5c5bdd39b9 Revert "Mark arrays used in public apis events as readonly" (#81465)
This reverts commit a4ab394ae5.
2019-09-26 10:15:43 +02:00
Benjamin Pasero ee5e407dcf debt - have config exporter as workbench contrib 2019-09-26 10:12:20 +02:00
Benjamin Pasero 1c039f6da3 💄 main entries 2019-09-26 10:02:38 +02:00
Martin Aeschlimann 98bdf8c51b update distro 2019-09-26 10:02:26 +02:00
Alex Ross f239d28539 Make build task default 2019-09-26 09:56:10 +02:00
Benjamin Pasero 4907854f2e debt - avoid raw channel use 2019-09-26 09:24:43 +02:00
Benjamin Pasero f0b99530c8 debt - implement window events and focus tracking 2019-09-26 08:13:58 +02:00
Matt Bierner 4a596b4431 Update distro 2019-09-25 22:48:34 -07:00
Benjamin Pasero 722dd9ac15 Revert "Revert - remove getActiveWindowId change"
This reverts commit 4a44dd5086.
2019-09-26 07:32:53 +02:00
Matt Bierner cd90f80b3e Remove customEditor.scheme contribution point 2019-09-25 19:04:31 -07:00
Matt Bierner f7274467ca Fix compile error in extension 2019-09-25 18:57:39 -07:00
Matt Bierner c25e7e90f0 Making IFileChange readonly 2019-09-25 18:30:03 -07:00
Matt Bierner af4e34851f Make FileChangesEvent immutable 2019-09-25 18:23:50 -07:00
Matt Bierner a4ab394ae5 Mark arrays used in public apis events as readonly
Listeners should never mutate these
2019-09-25 18:18:00 -07:00
Matt Bierner a3420f633e Marking almost all instances of TextFileModelChangeEvent[] as readonly arrays
These events should not be mutated by listeners
2019-09-25 18:12:06 -07:00