Refactor Notebook cell toolbar dropdown actions (#23369)

This commit is contained in:
Charles Gagnon
2023-06-12 13:01:12 -07:00
committed by GitHub
parent d857ddb54b
commit e58f3ff277
8 changed files with 184 additions and 168 deletions

View 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");