Commit Graph

42396 Commits

Author SHA1 Message Date
Miguel Solorio
ba3613e903 Update Octicons to new style 2019-09-26 09:15:15 -07:00
Miguel Solorio
f74b414527 Merge branch 'master' into misolori/icon-font-tree 2019-09-26 08:40:45 -07: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
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
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
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
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
Matt Bierner
7dd55cc6b1 Making arrays in event as readonly
Listeners should not be able to mutate these as it will effect what other listeners see
2019-09-25 18:08:39 -07:00
Matt Bierner
8558f4cbb3 Fixing unittest for asWebviewUri 2019-09-25 18:05:46 -07:00
Matt Bierner
13574e60d8 onMarkerChanged firing with immutable array 2019-09-25 18:05:46 -07:00
Matt Bierner
0b8142ed26 Use isEqual instead of toString compare 2019-09-25 18:05:46 -07:00
Matt Bierner
4d7e3514c6 Make availableFileSystems a readonly array 2019-09-25 18:05:46 -07:00
Matt Bierner
edea1d6394 Don't use null | undefined types in rename
Just use undefined
2019-09-25 18:05:46 -07:00
Daniel Imms
c2e7944f5f Adopt new xterm write callback 2019-09-25 17:44:53 -07:00
Daniel Imms
75e56b8c6c xterm@4.1.0-beta8
Diff: 6211dcd...ea922fe

Changes:

- v4.0.1 changes and addon updates (no impact for code)
- Print char codes when logging
- Improve build step
- Fix NPE when open called twice
- Fix readme typo
- Use more constants in Keyboard.ts
- write enhancements (since method, callback)
2019-09-25 17:38:12 -07:00
Daniel Imms
e30cce9eb1 Merge pull request #81449 from microsoft/tyriar/ev
Split event into multiple
2019-09-25 17:14:50 -07:00
Daniel Imms
a794e6999a Resolving feedback 2019-09-25 17:13:53 -07:00
Daniel Imms
08701110b1 Make launch and config files separate events 2019-09-25 16:47:49 -07:00
Matt Bierner
f1c4cd549f Also dismiss rename input when cursor position changes
Fixes #81125
2019-09-25 16:39:44 -07:00
Matt Bierner
6b947b14ed Fix image preview extension for remote
Fixes #81434

- Make image preview a ui exension

- Add logic so that `asWebviewUri` supports preserving the scheme of the requested resource. This is important as we know where to load the resource from
2019-09-25 16:25:40 -07:00
Matt Bierner
a2ed64badb Adding workaround for chrome bug
See https://bugs.chromium.org/p/chromium/issues/detail?id=978325
2019-09-25 16:25:40 -07:00