mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
no need to check item.alt
This commit is contained in:
@@ -438,7 +438,7 @@ ExtensionsRegistry.registerExtensionPoint<{ [loc: string]: schema.IUserFriendlyM
|
||||
command.precondition = ContextKeyExpr.deserialize(item.precondition);
|
||||
}
|
||||
|
||||
if (item.alt && alt && item.precondition) {
|
||||
if (alt && item.precondition) {
|
||||
alt.precondition = command.precondition;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user