mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
wip: git api
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user