提交 39bff6cf 编写于 作者: M Martin Aeschlimann

polish

上级 3cfe1739
......@@ -15,7 +15,7 @@ import { isEqual, isEqualOrParent } from 'vs/base/common/resources';
export interface ISimpleWindow {
openedWorkspace?: IWorkspaceIdentifier;
openedFolderUri?: URI;
openedFileUri?: URI;
extensionDevelopmentPath?: string;
lastFocusTime: number;
}
......@@ -38,7 +38,6 @@ export function findBestWindowOrFolderForFile<W extends ISimpleWindow>({ windows
return windowOnFilePath;
}
}
return !newWindow ? getLastActiveWindow(windows) : null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册