removed proposed API check for shortTitle, https://github.com/microsoft/vscode/issues/126457

This commit is contained in:
Johannes Rieken 2021-08-23 17:54:13 +02:00
parent c1dbac423e
commit de1adedfaa
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -626,7 +626,7 @@ commandsExtensionPoint.setHandler(extensions => {
id: command,
title,
source: extension.description.displayName ?? extension.description.name,
shortTitle: extension.description.enableProposedApi ? shortTitle : undefined,
shortTitle,
tooltip: extension.description.enableProposedApi ? title : undefined,
category,
precondition: ContextKeyExpr.deserialize(enablement),