mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
remove unnecessary line
This commit is contained in:
@@ -569,7 +569,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
id = extension.identifier.value;
|
||||
name = nls.localize('extensionLabel', "{0} (Extension)", extension.displayName || extension.name);
|
||||
alignment = alignmentOrOptions;
|
||||
priority = priority;
|
||||
}
|
||||
|
||||
return extHostStatusBar.createStatusBarEntry(id, name, alignment, priority, accessibilityInformation);
|
||||
|
||||
Reference in New Issue
Block a user