Add Preview tags to object management context menu entries (#23499)

This commit is contained in:
Cory Rivera
2023-06-28 10:03:04 -07:00
committed by GitHub
parent 3acbe2445b
commit dd0bc9d0f3
4 changed files with 24 additions and 20 deletions

View File

@@ -126,7 +126,7 @@ CommandsRegistry.registerCommand({
MenuRegistry.appendMenuItem(MenuId.DataExplorerContext, {
group: '0_query',
order: 3,
order: 1,
command: {
id: DE_NEW_NOTEBOOK_COMMAND_ID,
title: localize('newNotebook', "New Notebook")
@@ -148,7 +148,7 @@ CommandsRegistry.registerCommand({
MenuRegistry.appendMenuItem(MenuId.ObjectExplorerItemContext, {
group: '0_query',
order: 3,
order: 1,
command: {
id: OE_NEW_NOTEBOOK_COMMAND_ID,
title: localize('newQuery', "New Notebook")