Commit graph

51350 commits

Author SHA1 Message Date
Johannes Rieken 077fb1b430 only cache extension resources, #75061 2019-07-09 12:00:59 +02:00
isidor 28e07ec523 fixes #76768 2019-07-09 11:41:42 +02:00
Alex Ross 922ab6db62 Update grammar script to include option path for version
Update C grammars to get macro fix
2019-07-09 10:47:13 +02:00
Dirk Baeumer 9e769ab2ad Addresses #76442: Remove suppressImplicitAnyIndexErrors 2019-07-09 10:22:12 +02:00
Johannes Rieken f3569142cc update references view extension 2019-07-09 10:14:12 +02:00
Martin Aeschlimann c615eb8591 Revert "Updates to the latest icon theme from seti-ui"
This reverts commit b24d67b5fb.
2019-07-09 10:10:44 +02:00
isidor e01e4f92ee fixes #76767 2019-07-09 10:09:31 +02:00
Benjamin Pasero d51f451629 update distro 2019-07-09 10:08:33 +02:00
Alexander 1b1296cdb3 Revert "Add CLI flag to be able to disable smooth scroll in webviews" (#76944)
This reverts commit c93c73137e.
2019-07-09 10:00:45 +02:00
Benjamin Pasero 763b6987e0 update distro 2019-07-09 09:45:34 +02:00
isidor 139f7de503 implicit any casts 2019-07-09 09:42:51 +02:00
Alex Dima 49c45742b9 Towards loading TM grammars in a web worker 2019-07-09 08:53:13 +02:00
Alex Dima c3f72b8b80 Extract TMGrammarFactory to its own file 2019-07-09 08:53:13 +02:00
Alex Dima 2329188776 Extract TMGrammarFactory 2019-07-09 08:53:13 +02:00
Benjamin Pasero 8d1ff24849 fix #76739 2019-07-09 08:17:37 +02:00
Benjamin Pasero 3976e538f5 remove swipeToNavigate (#57629) 2019-07-09 08:02:47 +02:00
Benjamin Pasero 2ea7d60b25 💄 2019-07-09 07:34:24 +02:00
Ryo Nishimura c0989dff49 Fix typo transitionDisposables (#76723) 2019-07-09 07:33:12 +02:00
Hung-Wei Hung b59b11f1b7 Fix #76885 - Add icons for Configure File Association (#76900) 2019-07-09 07:27:26 +02:00
Matt Bierner 9296aaa220
Merge pull request #76554 from microsoft/dev/mjbvz/toWebviewResource
Add toWebviewResource api proposal
2019-07-08 19:29:42 -07:00
Matt Bierner 82e2f7a828 Add basic tests for vscode-resource case 2019-07-08 19:17:59 -07:00
Matt Bierner a558a9504a Adding toWebviewResource api
For #76489
2019-07-08 18:38:47 -07:00
Matt Bierner 3492642650 Fix/supressing more implicit index errors
#76442
2019-07-08 18:36:33 -07:00
Matt Bierner 6824cc9023 Fix/supress more implict index errors
#76442
2019-07-08 18:27:09 -07:00
Matt Bierner 8e86602c75 Adding explicit index signature types
#76442
2019-07-08 18:21:41 -07:00
Matt Bierner 573c5422a5 Use Set instead of using object to track previously seen values 2019-07-08 18:17:31 -07:00
Matt Bierner f3b0ce602f Add index signatures
#76442
2019-07-08 18:16:48 -07:00
Matt Bierner 0b31a16159 Fixing implict index error and extract duplicated code
For #76442
2019-07-08 18:07:27 -07:00
Matt Bierner f928d0eb36 Add log message to help catch leaked disposables in ext host 2019-07-08 17:53:32 -07:00
Matt Bierner ea9ed25285 Reworking code action UI logic
* Make widgets take a code action set directly instead of a promise to one
* Trying to move ownership of the code actions into the CodeActionUi class
2019-07-08 17:53:32 -07:00
Matt Bierner ea22ac19b0 Move updateLightBulbTitle into lightbulb class 2019-07-08 17:53:32 -07:00
Matt Bierner 9066768895 Move UI management of code actions to own class 2019-07-08 17:53:31 -07:00
Matt Bierner 7ecf6f19f7 Remove always true conditional 2019-07-08 17:53:31 -07:00
Matt Bierner c9c4d72ece Change conditional to make logic clearer 2019-07-08 17:53:31 -07:00
Matt Bierner 83cc1d2849 Make sure we dispose of CodeActionWidget 2019-07-08 17:53:31 -07:00
Rachel Macfarlane 4f3262dd1b Correctly render multiline decorations in the minimap, fixes #76133 2019-07-08 15:44:48 -07:00
Miguel Solorio 1016c99dab Update gear and files exclude icons to have smaller inner circle 2019-07-08 15:40:29 -07:00
Miguel Solorio 4e96d16be3 Simplify extension icon 2019-07-08 15:02:24 -07:00
Miguel Solorio 58e2a079a5 Place Git activity bar icon on pixel grid 2019-07-08 15:02:10 -07:00
Matt Bierner 7ef96fc3a7 Fix lifecycle for code actions that are updated while the code action menu is already showing
Fixes #76851

In the following case

1. Code action list is shown
1. We then update the code actions in the background (possibly because extensions took a little while to compute them)
1. The user accepts a code action

At step 2, we release the previous code action list which causes all of its actions to be gabage collected

**Fix**
Move lifecycle management of the code actions into the two consumers. Will look into make the code safer with a follow up fix
2019-07-08 15:01:17 -07:00
SteVen Batten 985b5fe1d5 http link fix in d ts 2019-07-08 21:56:13 +00:00
Daniel Imms 6b88a53645 Remove duplicate registration of FocusTerminalFindWidgetAction 2019-07-08 13:36:06 -07:00
Miguel Solorio 7f6d2d30aa Fix #76912, swap theme icons 2019-07-08 12:51:09 -07:00
Daniel Imms 8ec3a1b39e Rename input to handleInput
Part of #70978
2019-07-08 12:32:27 -07:00
Miguel Solorio b37e5dbca6 Swap split icons 2019-07-08 11:04:46 -07:00
Martin Aeschlimann f104ade94b [json] confusing error message when schema can not be loaded 2019-07-08 20:03:05 +02:00
Alex Ross a70ca602bc
Adopt new tree in custom views (#76407)
Auto expand initial state of tree nodes is not yet implemented.
Part of #63566
2019-07-08 18:07:16 +02:00
Alex Ross b07ff48eae Add a test for * bug in C++ grammar
Fixes #76774
2019-07-08 17:53:03 +02:00
Martin Aeschlimann 66a32c9311
Merge pull request #76890 from orta/update_seti_ui
Updates to the latest icon theme from seti-ui
2019-07-08 17:44:41 +02:00
Joao Moreno 89c3ec088e update distro 2019-07-08 17:29:23 +02:00