Fix Action Bar viewlet ordering (#2472)

This commit is contained in:
Karl Burtram
2018-09-09 19:58:27 -07:00
committed by GitHub
parent 2bc97c23d4
commit 8444271c58
7 changed files with 12 additions and 7 deletions

View File

@@ -88,7 +88,8 @@ Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(new Vie
VIEWLET_ID,
nls.localize('debug', "Debug"),
'debug',
3
// {{SQL CARBON EDIT}}
13
));
const openViewletKb: IKeybindings = {

View File

@@ -122,7 +122,8 @@ const viewletDescriptor = new ViewletDescriptor(
VIEWLET_ID,
localize('extensions', "Extensions"),
'extensions',
4
// {{SQL CARBON EDIT}}
14
);
Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets)

View File

@@ -71,7 +71,8 @@ Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(new Vie
VIEWLET_ID,
nls.localize('explore', "Explorer"),
'explore',
0
// {{SQL CARBON EDIT}}
10
));
// {{SQL CARBON EDIT}}

View File

@@ -39,7 +39,8 @@ const viewletDescriptor = new ViewletDescriptor(
VIEWLET_ID,
localize('source control', "Source Control"),
'scm',
2
// {{SQL CARBON EDIT}}
12
);
Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets)

View File

@@ -455,7 +455,8 @@ Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(new Vie
VIEW_ID,
nls.localize('name', "Search"),
'search',
1
// {{SQL CARBON EDIT}}
11
));
Registry.as<PanelRegistry>(PanelExtensions.Panels).registerPanel(new PanelDescriptor(