Commit graph

51094 commits

Author SHA1 Message Date
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
Andre Weinand 9f20ed4d6e consolidate externalTerminalService: dead wood removal 2019-07-03 17:14:49 +02:00
isidor c0a9bc3988 fixes #76209 2019-07-03 17:11:10 +02:00
Prabhanjan S Koushik b736c9aa5d Add *.podspec to file associations
Fixes #76315
2019-07-03 16:17:54 +02:00
Alex Dima ab02882fed Extract TokensStore 2019-07-03 16:03:28 +02:00
Benjamin Pasero cb58cf91a7 🆙 vscode-sqlite3@4.0.8 2019-07-03 15:55:21 +02:00
Joel Day b6089b1db5 Adding support for TaskProvider.resolveTask (#71027)
* Adding support for TaskProvider.resolveTask.

* Reorganize task grouping and resolution async code for readability.

* Made small changes and implmented resolveTask for gulp
2019-07-03 15:47:37 +02:00
Alex Ross 9b28638e8c File picker cursor at beginning
Fixes #76461
2019-07-03 15:41:16 +02:00
Benjamin Pasero f7ff421b11 🆙 chokidar@2.1.7 2019-07-03 15:16:21 +02:00
Joao Moreno f5d3ca0944 Merge branch 'joao/build-perf' 2019-07-03 15:13:13 +02:00
Joao Moreno 5ed3bb2297 bring back builds 2019-07-03 15:10:07 +02:00
Joao Moreno 089810efde shave off a few seconds from cache restore 2019-07-03 14:33:04 +02:00
Joao Moreno 481eabb3cc clean build 2019-07-03 14:15:01 +02:00
Joao Moreno a17fe44cfd arch dependent win32 yarn cache 2019-07-03 14:13:57 +02:00
Benjamin Pasero 9622565cc1 remove accidentally added submodule 2019-07-03 13:58:49 +02:00
Benjamin Pasero 53fa261817 remote - sync package.json with main 2019-07-03 12:56:25 +02:00
Martin Aeschlimann 191756a040 Option.key: keyof ParsedArgs 2019-07-03 12:43:11 +02:00
Martin Aeschlimann 6cee0791bf Remove suppressImplicitAnyIndexErrors For. #76442 2019-07-03 12:00:22 +02:00