Commit graph

51133 commits

Author SHA1 Message Date
Andre Weinand c620463ae0 protect against missing config 2019-07-04 17:43:27 +02:00
Andre Weinand 13940e60ec more ExternalTerminalService cleanup 2019-07-04 17:04:41 +02:00
Daniel Imms a57a43de01 Disable conpty in integration tests and re-enable
Fixes #75689
2019-07-04 07:59:04 -07:00
Johannes Rieken 8347ffbc33 💄 2019-07-04 16:56:03 +02:00
Isidor Nikolic 0b1b5be4c3
Merge pull request #76476 from haneefdm/master
Preserve tree state in debug Variables view
2019-07-04 16:32:07 +02:00
Joao Moreno 4fee26255a fixes #76369 2019-07-04 16:26:46 +02:00
Joao Moreno 64162b6781 fixes #76514 2019-07-04 16:26:46 +02:00
isidor 8e2bf317d1 explorer: empty do not show connecting for web 2019-07-04 16:07:45 +02:00
Joao Moreno 1478853bd8 bring back legacy extensions compilation 2019-07-04 15:51:45 +02:00
Johannes Rieken b361214c70 update distro 2019-07-04 14:52:46 +02:00
Johannes Rieken d75caf044e include service worker in build 2019-07-04 14:50:57 +02:00
Benjamin Pasero f2f5a6c3e1 fix #76561 2019-07-04 13:56:55 +02:00
Martin Aeschlimann 05f8ca5b40 resources.relativePath needs a ignoreCase argument. Fixes #76421 2019-07-04 12:36:20 +02:00
Alex Dima 3a87cea73d Improve tests 2019-07-04 11:45:21 +02:00
Joao Moreno a9de23d321 fix master build 2019-07-04 11:01:25 +02:00
Benjamin Pasero 6c61f43084 history - allow to navigate with mouse buttons 3/4 2019-07-04 10:49:44 +02:00
Alex Ross befa9e6f42 Add ID check for resolvedTasks 2019-07-04 10:44:41 +02:00
Johannes Rieken 7980cd2697 replace mutation observer with dom#asDomUri, #75061 2019-07-04 10:20:03 +02:00
Alex Ross 7c88e07cc6 Update C++ grammar to get template fix 2019-07-04 09:42:11 +02:00
Joao Moreno 18d7ce89b7 fixes #76556 2019-07-04 08:58:37 +02:00
Daniel Imms 6a7d02f2f4 Remove unused function 2019-07-03 20:44:29 -07:00
Daniel Imms 6e676ca495 Remove unused imports 2019-07-03 20:43:52 -07:00
Daniel Imms 8cc05770c0 Disable terminal tests failing on macOS
Part of #76515
2019-07-03 20:38:03 -07:00
Matt Bierner 0964952bcd Marking almost all product fields as readonly 2019-07-03 18:34:04 -07:00
Matt Bierner e6b698b4fd Using DisposableStore in place of disposable arrays in a few more files 2019-07-03 18:16:39 -07:00
Matt Bierner 1da98a12da Use DisposableStore in listWidget 2019-07-03 18:16:39 -07:00
Matt Bierner 2ae83d6123 Use DisposableStore instead of IDisposable[] 2019-07-03 18:16:39 -07:00
Matt Bierner 32134adfaa Use DisposableStore instead of IDisposable[] 2019-07-03 18:16:39 -07:00
Matt Bierner 79eb7d841e Add message for Potential leak stack 2019-07-03 18:16:39 -07:00
Matt Bierner 6bb0ffb66e Use Mutable disposable 2019-07-03 18:16:39 -07:00
Daniel Imms e52805a945 Add missing semicolons 2019-07-03 17:28:43 -07:00
Daniel Imms 112a60d637 Ensure terminal tests don't leak terminals
Part of #76515
2019-07-03 17:22:18 -07:00
Daniel Imms 052f74b6c6 Fix exception throwing in terminal integration tests
Part of #76515
2019-07-03 16:24:10 -07:00
Sandeep Somavarapu e717f7e51c handle reveal user data resources on renderer 2019-07-04 01:04:07 +02:00
Sandeep Somavarapu d61af16df2 fix show item in folder in windows 2019-07-04 00:59:22 +02:00
Matt Bierner bc7f5a7206
Merge pull request #76387 from skprabhanjan/fix-76141
Fix-76141 Add border around image in image preview
2019-07-03 15:24:53 -07:00
Miguel Solorio 0f295fd07b Update markdown preview icon to have bevel edges 2019-07-03 15:05:45 -07:00
Haneef Mohammed 8fb951328d Revert "Dummy change in comment to restart checks"
This reverts commit 9f86032f91.
2019-07-03 14:34:42 -07:00
Alex Dima 7f833a9163 More cleanup in tokens code 2019-07-03 23:19:58 +02:00
Alex Dima 631e22aa76 renames 2019-07-03 23:11:01 +02:00
Rob Lourens 2d1aec3ccf Fix #74142
Get rid of the "current match" debouncer because now the selection and focus are synced by the navigator anyway, and that's fine.
Now the only debounce is on the open event coming from the navigator.
Also, change the navigator onFocus to respect the browserEvent's preserveFocus which should be ok
2019-07-03 12:05:15 -07:00
Rob Lourens cb555f0004 Remove showing search result when the search viewlet visibility changes
This is broken and I don't really like this behavior anyway
2019-07-03 12:05:15 -07:00
Rob Lourens e5feef0d72 Test for #66953 2019-07-03 12:05:15 -07:00
Rob Lourens 33c32647a7 Fix #66953
We shouldn't trim here because this chunk can be the middle of a result line. Saw this removing spaces from the result text, resulting in a miscount later on
2019-07-03 12:05:15 -07:00
Rob Lourens 6af7cde5c0 For #76442 2019-07-03 12:05:15 -07:00
Rob Lourens 8ba9778a2e Bump distro 2019-07-03 12:05:15 -07:00
Miguel Solorio 5c105deba9 Fix #76525, adjust padding and dimensions 2019-07-03 11:29:15 -07:00
Matt Bierner 0722dc5c0e Error if we try to perform an operation on an unknown editor inset 2019-07-03 11:28:07 -07:00
Miguel Solorio 7e4200a0cf Fix #76525, round out badges in search and panel 2019-07-03 11:14:27 -07:00
Alex Dima ab430685db Refactor invalid to valid 2019-07-03 20:05:17 +02:00