Commit Graph

54939 Commits

Author SHA1 Message Date
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
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
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
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
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
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
4707a4ca1a fix naming 2019-09-25 20:54:40 +02:00
Sandeep Somavarapu
a6e475abe7 rename to configuraiton sync 2019-09-25 20:54:40 +02:00
Joao Moreno
21add29eda add setting: scm.defaultViewMode 2019-09-25 20:31:34 +02:00
Joao Moreno
e51af00de8 💄 2019-09-25 20:31:34 +02:00
SteVen Batten
d49dad0e9a Compact menubar option (#80900)
* working on the left side

* flow direction working

* flow direction

* use menubar visibility to set setting

* hide titlebar on the web

* fix hover feedback
2019-09-25 11:16:45 -07:00
Ron Buckton
340f7beef9 Fix to allow for optional chain token in completions (#81402) 2019-09-25 11:13:58 -07:00
Sandeep Somavarapu
6c5fdad370 remove my account view 2019-09-25 19:24:02 +02:00
Sandeep Somavarapu
08d40c8f0e ignore settings and extensions 2019-09-25 19:14:55 +02:00
Sandeep Somavarapu
eb01cf558c option to disable settings sync 2019-09-25 19:14:55 +02:00