mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
replace void 0 with undefined
This commit is contained in:
@@ -137,7 +137,7 @@ class ViewsContainersExtensionHandler implements IWorkbenchContribution {
|
||||
canToggleVisibility: true,
|
||||
collapsed: this.showCollapsed(container),
|
||||
treeView: this.instantiationService.createInstance(CustomTreeView, item.id, container),
|
||||
order: CanonicalExtensionIdentifier.equals(extension.description.identifier, container.extensionId) ? index + 1 : void 0
|
||||
order: CanonicalExtensionIdentifier.equals(extension.description.identifier, container.extensionId) ? index + 1 : undefined
|
||||
};
|
||||
|
||||
viewIds.push(viewDescriptor.id);
|
||||
|
||||
Reference in New Issue
Block a user