Commit Graph

10 Commits

Author SHA1 Message Date
Alex Ross
462a8be7d4 Add title API for tree views (#80623)
* First pass at set view title

* Change to get/set instead of setTitle

and get the name of the view from the extension contributions
2019-09-11 10:56:45 +02:00
Alex Ross
98574d61ca Move tree create to happen when the data provider is set
, not when the view is activated.

Fixes #79889
2019-08-27 14:02:31 +02:00
Alex Ross
bab821e058 Make custom tree view registration wait until extensions are registered 2019-08-20 16:24:04 +02:00
Alex Ross
cdea3dcf3b Multi-select in custom tree view (#78625)
Part of #76941

The first argument is now the element that the command is executed on. The second argurment is an array of the other selected items
2019-08-15 11:15:31 +02:00
Alex Ross
d94bb19d81 strictPropertyInitialization in tasks and custom tree view
Part of #78168
2019-08-13 12:07:53 +02:00
Johannes Rieken
192e15b613 remove support for markdown message in tree view, only support plain string 2019-08-12 16:54:15 +02:00
Sandeep Somavarapu
53fe1660c9 Move download command to extension host 2019-07-20 05:17:46 +02:00
Sandeep Somavarapu
3b9d26ded9 #76442 fix implicit any 2019-07-09 12:28:52 +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
Johannes Rieken
1c710c65a8 move mainThread[L,T], #70319 2019-03-19 17:39:45 +01:00