提交 2a54d296 编写于 作者: I isidor

minor rename

上级 c8573287
......@@ -386,11 +386,11 @@ CommandsRegistry.registerCommand({
}
});
function revealResourcesInOS(resources: URI[], windowsService: IWindowsService, notificationService: INotificationService, workSpaceContextService: IWorkspaceContextService): void {
function revealResourcesInOS(resources: URI[], windowsService: IWindowsService, notificationService: INotificationService, workspaceContextService: IWorkspaceContextService): void {
if (resources.length) {
sequence(resources.map(r => () => windowsService.showItemInFolder(paths.normalize(r.fsPath, true))));
} else if (workSpaceContextService.getWorkspace().folders.length) {
windowsService.showItemInFolder(paths.normalize(workSpaceContextService.getWorkspace().folders[0].uri.fsPath, true));
} else if (workspaceContextService.getWorkspace().folders.length) {
windowsService.showItemInFolder(paths.normalize(workspaceContextService.getWorkspace().folders[0].uri.fsPath, true));
} else {
notificationService.info(nls.localize('openFileToReveal', "Open a file first to reveal"));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册