mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
feat(git): add display handling of files added by git add -N
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user