mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix Action Bar viewlet ordering (#2472)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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}}
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user