提交 2a96848e 编写于 作者: M Marc Kassay

Fixes issue when Git has an 'ADD/ADD' conflict after a merge

上级 202fd245
......@@ -187,6 +187,7 @@ export class CommandCenter {
return resource.resourceUri;
case Status.BOTH_ADDED:
case Status.BOTH_MODIFIED:
return resource.resourceUri;
}
......@@ -198,6 +199,7 @@ export class CommandCenter {
switch (resource.type) {
case Status.INDEX_MODIFIED:
case Status.INDEX_RENAMED:
case Status.BOTH_ADDED:
return `${basename} (Index)`;
case Status.MODIFIED:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册