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
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
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
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
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
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
4d7e3514c6
Make availableFileSystems a readonly array
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
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
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
Matt Bierner
0506f7f736
Make sure image views (and custom editors) work properly on the web
...
This fixes an issue where webviews for custom editors did not have any associated extension information, which caused them try reading `file:` uri resources instead of remote uri resources
2019-09-25 16:25:39 -07:00
Matt Bierner
fd9528257e
Make sure we use consistent unique ids for custom editors
2019-09-25 16:25:39 -07:00
Daniel Imms
0d10581bfa
Make report async
2019-09-25 16:21:26 -07:00
Daniel Imms
a47bf2ac21
Fix link tests
2019-09-25 16:15:55 -07:00
Daniel Imms
f9adc5e5a7
Add enableFileLinks setting to avoid expensive FS calls
...
Fixes #74955
2019-09-25 15:25:44 -07:00
Daniel Imms
ac7bbceba5
Split event into multiple
2019-09-25 14:55:58 -07:00
Miguel Solorio
46b364c7d9
Update twistiesContainer
2019-09-25 13:28:39 -07:00
Dmitry Gozman
6c1cebbb24
Fire onDidChangeReplElements directly from ReplModel
...
This way debug sessions sharing a single repl will all be notified about new
repl elements and UI will be updated.
2019-09-25 12:51:23 -07:00
Miguel Solorio
fa8083bb32
Update icon twisties to work with file icons
2019-09-25 12:42:55 -07:00
Rachel Macfarlane
f45aa1fc1c
Add resolveCommonTelemetryProperties option
2019-09-25 11:57:46 -07:00
Sandeep Somavarapu
4a44dd5086
Revert - remove getActiveWindowId change
2019-09-25 20:54:40 +02:00
Sandeep Somavarapu
d483a316ef
fix compilation
2019-09-25 20:54:40 +02:00
Sandeep Somavarapu
6031150a95
Stop syncing when disabled
2019-09-25 20:54:40 +02:00
Sandeep Somavarapu
a6e475abe7
rename to configuraiton sync
2019-09-25 20:54:40 +02:00