提交 b579dc3a 编写于 作者: B Benjamin Pasero

polish diff mode

上级 ffb976d7
......@@ -492,6 +492,7 @@ export class WindowsManager {
if (openConfig.cli.diffMode && candidates.length === 2) {
filesToDiff = candidates;
foldersToOpen = []; // diff is always in empty workspace
filesToCreate = []; // diff ignores other files that do not exist
} else {
filesToOpen = candidates;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册