Commit graph

51117 commits

Author SHA1 Message Date
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
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
Alex Dima 7129a531b7 Introduce ITokensStore 2019-07-03 20:05:17 +02:00
Alex Dima e935bea36b Move the TokensStore to the TextModel 2019-07-03 20:05:17 +02:00
Daniel Imms 5e82cb7780 Set COLORTERM env var to tell apps that we support truecolor
Fixes #76352
2019-07-03 10:56:37 -07:00
Daniel Imms b790b187f7 xterm@3.15.0-beta67
Diff: c55e938...f235d70

Changes:

- Remove blankLine string

Fixes #76044
2019-07-03 10:51:25 -07:00
Daniel Imms df55d2d939 Fix test compile error from suppressImplicitAnyIndexErrors change 2019-07-03 10:18:48 -07:00
Logan Ramos 960f567da7
Removes abbreviations in strongly typed telemetry events (#76478)
* Remove abbreviations

* Fixed spelling mistake
2019-07-03 10:15:28 -07:00
Daniel Imms f7c692ab4c Fix suppressImplicitAnyIndexErrors false in externalTerminal
Part of #76442
2019-07-03 10:14:40 -07:00
Logan Ramos 0991720b7b
Build Improvements for Telemetry Command (#76431)
* Update telemetry tooling commit

* Extract telemetry build to helper script

* Fix file permissions

* Script fixes

* Update telemetry commit

* Update telemetry tool commit

* Wrap commands in Exec

* Fix some execs

* Fixed typo

* Update commit
2019-07-03 10:12:23 -07:00
Daniel Imms 059882642b Fix terminal.test.ts compile errors 2019-07-03 10:09:53 -07:00
Daniel Imms 4f930b907f Fix terminal suppressImplicitAnyIndexErrors
Part of #76442
2019-07-03 10:09:38 -07:00
Daniel Imms 27667093b4 Fix virtual process input api 2019-07-03 09:27:17 -07:00