Commit graph

51312 commits

Author SHA1 Message Date
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
João Moreno f176bee181
Cleanup distro dependencies installation (#76893)
* depend directly on vsda

* add vsda to remote

* remove vsda cleanup rules

* update distro

* upgrade vsda

* update distro

* update vsda

* remove vsda

* add vsda rules

* distro

* distro
2019-07-08 17:22:32 +02:00
Isidor Nikolic 3ea5c9ddbe
Merge pull request #76726 from microsoft/isidorn/listRole
list: add getRole and isChecked to ariaProvider
2019-07-08 17:04:46 +02:00
isidor 2467eab133 polish 2019-07-08 17:04:22 +02:00
Orta Therox b24d67b5fb Updates to the latest icon theme from seti-ui 2019-07-08 10:56:38 -04:00
Daniel Imms dbe1ae7596
Merge pull request #76807 from microsoft/tyriar/shell_stable
Make vscode.env.shell stable API
2019-07-08 07:52:35 -07:00
Benjamin Pasero 6fb0c87f9c build - enable schedules again 2019-07-08 16:47:34 +02:00
Alex Ross 8200277bb1 Update C++ grammar to get * fix
There is a known bug for macros, but it is better to get the * fix and pick up the macro fix as soon as it is made.
2019-07-08 16:07:31 +02:00
Brett Cannon 64031a2360 Remove snakemake files from being classified as Python files (#76625)
They are not actually syntactically valid Python source.

Fixes #76624
2019-07-08 15:18:35 +02:00
Sandeep Somavarapu d56c4846c2 fix #76715 2019-07-08 13:39:24 +02:00
Johannes Rieken b29fec000b fix add after dispose issues 2019-07-08 12:51:24 +02:00
Johannes Rieken 17cd9fb726 fix #76840 2019-07-08 12:46:26 +02:00
Martin Aeschlimann 4ed70122f8 remove imports 2019-07-08 12:44:50 +02:00
Martin Aeschlimann aa38607483 incremental text documents cause perf isssues 2019-07-08 12:44:40 +02:00
Johannes Rieken 1042d28f97 Revert "clipboard variable resolver works with string, not clipboard service, #76847"
This reverts commit 7b463651d9.
2019-07-08 12:29:38 +02:00
isidor 8c1327af61 fixes #76696 2019-07-08 12:16:34 +02:00
Johannes Rieken 7b463651d9 clipboard variable resolver works with string, not clipboard service, #76847 2019-07-08 11:59:07 +02:00
Johannes Rieken c5cdf50e17 prep-work for #76847 2019-07-08 11:39:01 +02:00
Johannes Rieken 4259b43f70 Revert "fix double encoding issue, https://github.com/microsoft/vscode-azure-account/issues/142"
This reverts commit 781e61bf56.
2019-07-08 09:56:49 +02:00
Johannes Rieken 69146d090e revert June URI changes 2019-07-08 09:56:41 +02:00
Johannes Rieken 441da58f1e debt 2019-07-08 09:55:02 +02:00
Benjamin Pasero 20bef0622f update distro 2019-07-08 09:38:34 +02:00
Benjamin Pasero e3e59dcfa2 fix #76765 2019-07-08 08:59:09 +02:00
Benjamin Pasero 8434efe71f fix #76763 2019-07-08 08:51:59 +02:00
Benjamin Pasero df5b5cecfe debt - port over some electron6 changes 2019-07-08 08:43:11 +02:00
Daniel Imms 4683c39346 Include env.shell in api tests 2019-07-07 09:57:58 -07:00
Daniel Imms 931b27d834 Move env.shell to stable 2019-07-07 09:57:43 -07:00
Rob Lourens d50852db1a Fix error when search is in panel
Fix #76701
2019-07-07 08:18:21 -07:00
Daniel Imms 8a504735f5
Merge pull request #76743 from lramos15/better-cwd-errorMessage
Added new error code and better error message for terminal CWD
2019-07-06 10:19:08 -07:00
Rachel Macfarlane 821e2867f9 Fix updates to comment thread expansion state 2019-07-06 07:55:07 -07:00
Erich Gamma dad0cbc9b1 php.validate.executablePath scoped 'machine' 2019-07-06 16:03:11 +02:00
Miguel Solorio a6ee65e647 Center breadcrumb icons 2019-07-05 23:09:16 -07:00
Rob Lourens 10302f54f9
Merge pull request #75967 from jeanp413/fix-75947
Stop event propagation in `onEditSettingClicked`
2019-07-05 17:32:24 -07:00
Joao Moreno e97d26af8b use CHILD_CONCURRENCY=1 2019-07-05 23:05:49 +02:00
Rob Lourens be91fe8dbb Bump PHP grammar 2019-07-05 12:05:50 -07:00
Rob Lourens 32169bcc6e Fix hang when tokenizing PHP
Fix #75468
2019-07-05 12:05:50 -07:00
Logan Ramos 102dbaaa41 Make callbacks async 2019-07-05 11:37:11 -07:00
Logan Ramos 6432f0bfb7 Fixed exit code issues with promises 2019-07-05 11:27:58 -07:00
Logan Ramos f75b94c9be Don't allow users to specify files as working directories 2019-07-05 11:12:28 -07:00