Commit Graph
42823 Commits
Author SHA1 Message Date
Joao Moreno 4d81a85f22 fix build 2018-11-28 11:06:34 +01:00
isidor 880c1fe178 treeResourceNavigator2 2018-11-28 11:00:18 +01:00
Joao Moreno 4967ca4580 list: emit mouse events on root
fixes #63598
2018-11-28 10:55:56 +01:00
Benjamin Pasero 24036d74a9 Tweak lifecycle phases (#63899)
* lifecycle - signal READY earlier to allow commands to run

* lifecycle - move READY phase as last thing into shell

* workbench - isCreated() => isRestored()

* lifecycle - tweak phase
2018-11-28 10:06:55 +01:00
Joao Moreno bb0242c7dc WorkbenchDataTree 2018-11-28 09:45:33 +01:00
Benjamin Pasero b134ef4ad8 history - increase limit (fix #63853) 2018-11-28 08:38:34 +01:00
Joao Moreno a162740380 fix tree tests 2018-11-28 08:37:03 +01:00
Joao Moreno 99ddece45e swallow cancellation error in datatree 2018-11-28 08:37:03 +01:00
João Moreno 3953262633 Merge pull request #63716 from Kedstar99/master
Fixed checkForSnapUpdate in updateService.linux.ts to correctly identify snap version
2018-11-28 07:36:06 +01:00
João Moreno dbb3e0a992 Merge pull request #63750 from davidbailey00/patch-1
Remove StartupWMClass from URL handler desktop file
2018-11-28 07:34:00 +01:00
Rob Lourens b1d9b0982e Persist replace input text - fix #63886 2018-11-27 18:02:14 -08:00
Matt Bierner 9d2251469f Do not display errors in editor for cancelled js/ts code lenses
Fixes #63884

Resolving a code lenses may be cancelled if the document changes. This is normal and should not be displayed as an error in the editor
2018-11-27 17:11:07 -08:00
Matt Bierner 42145f1f0c Interupt TS references and implementations requests
Fixes #60213

These are low priority UI elements and should not block user ui requests that come in, such as completions
2018-11-27 16:48:11 -08:00
Matt Bierner 1a1987dee6 Revert "Delegate js/ts code lenses back to vs code"
This reverts commit dc47417f54.

We need finer control over how code lenses are resolved. This is required for #60213. Showing all references in the references code lense now requires using ts plugin instead
2018-11-27 16:48:11 -08:00
Rob Lourens fe62d9ce21 Fix #63685 - fix search input heights on panel resize 2018-11-27 16:18:53 -08:00
Matt Bierner 9e17c2c92c Pick up new TS insiders 2018-11-27 16:11:30 -08:00
Matt Bierner 9461f661f0 Interupt geterror requests for signature help requests
See 7eed623657 for more details
2018-11-27 15:12:10 -08:00
Matt Bierner 7eed623657 Interupt geterror requests for getting completion entry details
UI actions like this should interup potentially long running getError requests on the server. This is because the getErr request must be fully processed before the completion entries can be returned. Explicit user actions in the UI are more important and should be computed as soon as possible
2018-11-27 14:56:07 -08:00
Matt Bierner 5f1aa0e5f0 Strict null check selectBox 2018-11-27 14:56:07 -08:00
Matt Bierner 5b98f94dba Move base/node to use include instead of files 2018-11-27 14:56:07 -08:00
Matt Bierner 53010cfde2 Strict null checks 2018-11-27 14:56:07 -08:00
Rachel Macfarlane f697e13edb Fix strict null check 2018-11-27 14:48:26 -08:00
Rachel Macfarlane 7e1c536682 Fixes #63405, Issue Service: handle null for BrowserWindow.getFocusedWindow() 2018-11-27 14:30:12 -08:00
Rachel Macfarlane 3912816409 Add keyboard shortcut to close Issue Reporter window, fixes #59845 2018-11-27 13:03:21 -08:00
Peng Lyu 922d6ef83f update json hover for word pattern. 2018-11-27 12:41:59 -08:00
Matt Bierner 2f9f0c35cc Added failing test for #63749
Add skipped test for #63749 so someone can pick this up
2018-11-27 12:02:39 -08:00
Matt Bierner f0ebaad9ac Add skipped test for #63822
This test currently fails. Adding test in case any one wants to pick up #63822
2018-11-27 11:40:27 -08:00
Matt Bierner f685215dd4 Adding version info for ts non-code dependencies
Fixes  #63577
2018-11-27 11:40:27 -08:00
Matt Bierner 336db91acb Use switch case 2018-11-27 11:40:27 -08:00
Matt Bierner 9531a7c380 💄 2018-11-27 11:40:27 -08:00
Matt Bierner 0c126b0608 Extract display part kinds to constants files 2018-11-27 11:40:27 -08:00
Matt Bierner bab1ea6c27 💄 2018-11-27 11:40:27 -08:00
Matt Bierner ca7f6c2cf2 Move snippetForFunctionCall to own file 2018-11-27 11:40:27 -08:00
Matt Bierner 77454b24bc Extract append joined placeholders 2018-11-27 11:40:27 -08:00
Matt Bierner 0aef227bbf Try splitting up parameter list extraction from snippet building 2018-11-27 11:40:27 -08:00
Matt Bierner 61ad185759 Make it clearer that insert text snippets override the rest snippet generation 2018-11-27 11:40:27 -08:00
Matt Bierner d5843e550f Fix bug for generating snippet if the object type contained a method signature 2018-11-27 11:40:27 -08:00
Matt Bierner 1755715a13 Fix bug where return type containing function type could be merged with normal parameters 2018-11-27 11:40:26 -08:00
Matt Bierner 86d7fd923a Adding pinning test for inline types 2018-11-27 11:40:26 -08:00
Matt Bierner af05b65331 Adding plnning test for rest paramters 2018-11-27 11:40:26 -08:00
Matt Bierner e8f00e763a Adding pinning test for getting parameters 2018-11-27 11:40:26 -08:00
Matt Bierner ece1bad312 Adding basic pinning tests for insert text 2018-11-27 11:40:26 -08:00
Matt Bierner ec3cba2661 Add test for using insert text 2018-11-27 11:40:26 -08:00
Matt Bierner ecce9249cb Extract snippetForFunctionCall so that it can be tested 2018-11-27 11:40:26 -08:00
SteVen Batten 3725e59112 add timeout for getmac (#63815)
fixes #58392
2018-11-27 10:13:55 -08:00
Rob Lourens 2337790398 Fix search smoketest 2018-11-27 09:59:43 -08:00
Rob Lourens 1c62ed721e Restore #63457 without #63834 break 2018-11-27 09:18:31 -08:00
Johannes Rieken 4dd748b443 tweak running extensions view, nuke the chart, tweak messages 2018-11-27 18:07:56 +01:00
Sandeep Somavarapu d686306fe7 #12764 Show the time of update 2018-11-27 18:06:30 +01:00
Rob Lourens 8b5501fc8e Fix #63814 - add "Don't show again" option to PCRE2 hint 2018-11-27 09:02:03 -08:00