feat(git): add display handling of files added by git add -N

This commit is contained in:
Christian Alexander
2018-09-22 10:08:48 -07:00
parent 905c4ac6f2
commit 9d946009ff
2 changed files with 7 additions and 0 deletions

View File

@@ -327,6 +327,7 @@ export class CommandCenter {
case Status.MODIFIED:
case Status.UNTRACKED:
case Status.IGNORED:
case Status.INTENT_TO_ADD:
const repository = this.model.getRepository(resource.resourceUri);
if (!repository) {