Commit graph

51111 commits

Author SHA1 Message Date
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
Daniel Imms 7d29ec2f50 Add virtual process exit example
Part of #70978
2019-07-03 09:24:56 -07:00
Daniel Imms 2b7e92eeca Update virtual process API names
Part of #70978
2019-07-03 09:21:10 -07:00
Daniel Imms e3cd9c21cb xterm-addon-search@0.2.0-beta2
Fixes #50623
2019-07-03 09:07:18 -07:00
Daniel Imms ada8fd30ee xterm@3.15.0-beta66
Diff: 96eafd3...c55e938

Changes:

- WebGL PR merged
- wordSeparator option
- Layering refactors
- Benchmark merged in
- declarationMap
- tslint clean
- Lower z-indexes (already fixed in vscode)
- Guard against floats in API
- Reset isWrapped on windows
- Centered scroll
- Fix selecting half of double width chars

Fixes #50623
Fixes #76526
2019-07-03 09:05:39 -07:00
Alex Dima d1c16cff65 Reduce IModelLinesTokens shape 2019-07-03 17:23:34 +02:00
Alex Dima 8a5f705e96 Extract IModelLinesTokens 2019-07-03 17:23:33 +02:00