mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
rename ICommandAction.iconLocation to ICommandAction.icon
This commit is contained in:
@@ -367,7 +367,7 @@ commandsExtensionPoint.setHandler(extensions => {
|
||||
title,
|
||||
category,
|
||||
precondition: ContextKeyExpr.deserialize(enablement),
|
||||
iconLocation: absoluteIcon
|
||||
icon: absoluteIcon
|
||||
});
|
||||
_commandRegistrations.add(registration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user