Commit Graph

35 Commits

Author SHA1 Message Date
Sandeep Somavarapu
f139602e4e Fix #66653 2019-01-18 18:09:44 +01:00
Sandeep Somavarapu
35742d5e40 #66653 Remove container from view descriptor 2019-01-18 18:09:44 +01:00
Sandeep Somavarapu
82de4c8b4f #66653 merge view and view container extension point into one file 2019-01-18 18:09:44 +01:00
Sandeep Somavarapu
2540182ac9 Fix #66598 2019-01-17 10:26:55 +01:00
Alex Dima
9cf36cdf8f Rename CanonicalExtensionIdentifier to ExtensionIdentifier 2019-01-07 12:00:54 +01:00
Matt Bierner
087629786a Mark private service properties declarated in ctors as readonly 2019-01-04 12:03:24 -08:00
Rob Lourens
ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Alex Dima
25417553be Adopt case insensitive extension identifiers 2018-12-21 12:41:41 +01:00
Alex Dima
e2a42ca321 Change extension point registration to use a descriptor object 2018-12-13 13:39:39 +01:00
Sandeep Somavarapu
759fec1680 rename 2018-11-16 14:57:31 +01:00
Matt Bierner
891ff5f7f7 Strict null checks
fixing simple cases of any[]
2018-10-18 15:42:28 -07:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Sandeep Somavarapu
df2ecbfd07 Show the custom views contributed to custom view container by the same extension on the top 2018-08-22 10:20:20 +02:00
Sandeep Somavarapu
747c10180b Fix #50730 2018-06-11 16:02:42 +02:00
Sandeep Somavarapu
41729b45f2 #50730 Move progress service 2 to workbench 2018-06-11 16:02:42 +02:00
Sandeep Somavarapu
f6da7e420c Fix #48535 - Close 2018-06-05 22:32:03 +02:00
Sandeep Somavarapu
cb1d1f76af #48535 Make views service generic 2018-06-04 15:59:20 +02:00
Sandeep Somavarapu
e11fa76edd #48901 Expand by default only in custom viewlets 2018-05-31 10:31:45 +02:00
Sandeep Somavarapu
169f625a5e Fix #48901 2018-05-30 16:05:57 +02:00
Sandeep Somavarapu
d176b34859 #43645 Update views schema to show 'test' location 2018-04-25 19:15:34 +02:00
Sandeep Somavarapu
f6a0f9779a Fix #48582 2018-04-25 10:47:05 +02:00
Joao Moreno
21e0fa8103 expose scm view location 2018-04-20 13:43:08 +02:00
Sandeep Somavarapu
0dfd04470b #43645 Update schema 2018-04-19 21:23:34 +02:00
Sandeep Somavarapu
4fd4bef135 Change the extension point
- Call it viewsContainers
- Take the location where containers are contributed
2018-04-19 11:14:07 +02:00
Sandeep Somavarapu
66706a9073 #43645 Create contribution point activityBarGroups 2018-04-16 16:23:30 +02:00
Sandeep Somavarapu
20acc5ec9f #43645 Prepare for activity groups contribution 2018-04-16 16:11:48 +02:00
Alex Dima
8bfa7ffd2e Move IExtensionService up to /workbench/ (fixes #44281) 2018-02-23 17:38:24 +01:00
Sandeep Somavarapu
ea787762db #28974 Introduce place holder icons for nodes without icons 2018-02-09 18:24:00 +01:00
Sandeep Somavarapu
125ac04d1f Refactor custom views:
- Custom view service to get tree item viewer
- Custom view service to register the data provider
2018-02-09 18:24:00 +01:00
Sandeep Somavarapu
2ef64ee66e Extract Tree viewer from Tree view panel 2018-02-08 16:50:33 +01:00
Sandeep Somavarapu
543bcec6ef Fix #41071 2018-01-16 17:06:48 +01:00
Sandeep Somavarapu
7424b93429 Fix #36134 2017-10-18 20:32:19 +02:00
Dániel Tar
eb57f03d65 Clarify parameters with backticks in error messages
Also add missing 'id' to the duplicateView2 message
2017-09-27 18:51:37 +02:00
Sandeep Somavarapu
11cedbf843 Fix #35204 2017-09-27 14:28:42 +02:00
Benjamin Pasero
b64aa9b199 move parts/views into workbench core land (fixes #29921) 2017-09-06 18:40:20 +02:00