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

@@ -39,7 +39,7 @@ const viewletDescriptor = new ViewletDescriptor(
VIEWLET_ID, VIEWLET_ID,
'Servers', 'Servers',
'connectionViewlet', 'connectionViewlet',
-100 0
); );
Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(viewletDescriptor); Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(viewletDescriptor);

View File

@@ -93,7 +93,7 @@ const viewletDescriptor = new ViewletDescriptor(
VIEWLET_ID, VIEWLET_ID,
'Task History', 'Task History',
'taskHistoryViewlet', 'taskHistoryViewlet',
-90 1
); );
Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(viewletDescriptor); Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(viewletDescriptor);

View File

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

View File

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

View File

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

View File

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

View File

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