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

上级 c1dbac42
......@@ -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),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册