mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix Action Bar viewlet ordering (#2472)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -122,7 +122,8 @@ const viewletDescriptor = new ViewletDescriptor(
|
||||
VIEWLET_ID,
|
||||
localize('extensions', "Extensions"),
|
||||
'extensions',
|
||||
4
|
||||
// {{SQL CARBON EDIT}}
|
||||
14
|
||||
);
|
||||
|
||||
Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets)
|
||||
|
||||
@@ -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}}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user