mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
Refactor Notebook cell toolbar dropdown actions (#23369)
This commit is contained in:
8
src/sql/workbench/contrib/notebook/common/notebookLoc.ts
Normal file
8
src/sql/workbench/contrib/notebook/common/notebookLoc.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { localize } from 'vs/nls';
|
||||
|
||||
export const moreActionsLabel = localize('moreActionsLabel', "More");
|
||||
Reference in New Issue
Block a user