wip: git api

This commit is contained in:
Joao Moreno
2018-08-24 11:16:28 +02:00
parent 811a6be05b
commit 28d2b5d2d6
6 changed files with 102 additions and 16 deletions

View File

@@ -92,7 +92,7 @@ export class GitContentProvider {
return '';
}
return await repository.diff(path, { cached: ref === 'index' });
return await repository.diff(path, ref === 'index');
}
const repository = this.model.getRepository(uri);