Commit Graph

315 Commits

Author SHA1 Message Date
Benjamin Pasero
ec10e5b273 debt - partService is really in browser 2019-03-07 09:50:50 +01:00
Sandeep Somavarapu
cd816afcc9 Take static arguments for the view descriptor ctor 2019-03-06 12:33:18 +01:00
Alex Dima
d73fdb0593 Remove support for non-dynamic extension points entirely (#68603) 2019-02-21 13:19:42 +01:00
Benjamin Pasero
ff2581dda7 debt - group some services that belong together 2019-02-07 12:42:32 +01:00
Benjamin Pasero
35523f6c51 debt - workbench/parts => workbench/contrib (update imports and scripts) 2019-02-07 11:48:58 +01:00
Matt Bierner
b6087b2021 Fixing more strict null errros in extHost and related files 2019-02-05 15:59:38 -08:00
SteVen Batten
7ca3f253db fixes custom viewlet icons in activity bar with grid layout
update monaco-workbench > CSS
2019-01-30 11:07:29 -08:00
Sandeep Somavarapu
0ea58800dc Revert "Exand custom views by default"
This reverts commit f82c0f12aa.
2019-01-24 14:57:00 +01:00
Sandeep Somavarapu
f82c0f12aa Exand custom views by default 2019-01-24 12:41:27 +01:00
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
Matt Bierner
82e9561f16 Strict null checks 2019-01-16 11:38:10 -08: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
isidor
483f9cbe8e move sidebar location in sidebar title area context menu 2018-09-28 16:10:40 +02:00
Benjamin Pasero
0819493d7f 💄 view actions 2018-09-17 07:18:42 +02:00
Johannes Rieken
2d452e0a7e uri - replace usages of default export with named export 2018-09-03 10:54:50 +02:00
Sandeep Somavarapu
f08007bf9d Fix #54495 2018-08-22 16:49:56 +02: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
Alex Dima
02a90f9167 Use URIs for contributed activity bar icons 2018-06-14 12:02:19 +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
fc6c30ed31 #48535 SCM viewlet has unregistered views 2018-06-06 08:27:11 +02:00
Sandeep Somavarapu
f6da7e420c Fix #48535 - Close 2018-06-05 22:32:03 +02:00
Sandeep Somavarapu
3cc954a4eb #48535 Adopt to contributable views model 2018-06-05 16:29:51 +02:00
Sandeep Somavarapu
cb1d1f76af #48535 Make views service generic 2018-06-04 15:59:20 +02:00
Joao Moreno
18493986cf Merge branch 'master' into grid 2018-05-31 14:18:36 +02:00
Sandeep Somavarapu
e11fa76edd #48901 Expand by default only in custom viewlets 2018-05-31 10:31:45 +02:00
Benjamin Pasero
62af395b99 Merge branch 'master' into ben/editor 2018-05-31 06:32:25 +02:00
Sandeep Somavarapu
169f625a5e Fix #48901 2018-05-30 16:05:57 +02:00
Benjamin Pasero
08aa435eb3 Merge branch 'master' into ben/editor 2018-05-28 18:07:21 +02:00
Sandeep Somavarapu
f60d780a2d Fix #49145
- Enable/Disable viewlets by views when context
- Move viewlet enablement/disablement to views service
- Fix - adopt if a viewlet extension is disabled/removed
2018-05-28 17:08:40 +02:00
Benjamin Pasero
41d65ec213 grid - more rename of nexteditor => editor 2018-05-20 13:35:34 +02:00
Benjamin Pasero
743cf48bf6 grid - rename nexteditor => editor for imports 2018-05-20 13:25:17 +02:00
Benjamin Pasero
78783be321 grid - more service adoption 2018-05-17 12:59:24 +02:00
isidor
08f1beb94e bye bye old editorService and old groupService 2018-05-16 15:27:27 +02:00
Sandeep Somavarapu
8eb77a147a Merge pull request #49365 from Microsoft/sandy081/compositebar
Enhance Composite bar
2018-05-07 19:28:11 +02:00
Alex Dima
0252ac49bc Introduce and adopt extensionLocation 2018-05-07 17:28:59 +02:00
Sandeep Somavarapu
642bff3c43 Fix #49151 2018-05-07 11:11:22 +02:00
Sandeep Somavarapu
054d47777b Placeholder icons for custom viewlets 2018-05-06 23:52:37 +02:00
Sandeep Somavarapu
4023504404 Fix #48788 2018-04-27 10:23:22 +02:00
Sandeep Somavarapu
ded0736bf8 #43645 Do not override view containers 2018-04-26 16:14:35 +02:00