mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
enforce proposed API for shortTitle proposal, https://github.com/microsoft/vscode/issues/124355
This commit is contained in:
@@ -596,7 +596,7 @@ commandsExtensionPoint.setHandler(extensions => {
|
||||
bucket.push({
|
||||
id: command,
|
||||
title,
|
||||
shortTitle,
|
||||
shortTitle: extension.description.enableProposedApi ? shortTitle : undefined,
|
||||
category,
|
||||
precondition: ContextKeyExpr.deserialize(enablement),
|
||||
icon: absoluteIcon
|
||||
|
||||
Reference in New Issue
Block a user