Преглед на файлове

Fixes issue with disabled caching

main
Eric Amodio преди 7 години
родител
ревизия
c5c1e24c62
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +2
    -0
      src/gitProvider.ts

+ 2
- 0
src/gitProvider.ts Целия файл

@ -106,6 +106,8 @@ export class GitProvider extends Disposable {
}
public getBlameability(fileName: string): boolean {
if (!this.UseGitCaching) return true;
const cacheKey = this.getCacheEntryKey(Git.normalizePath(fileName));
const entry = this._gitCache.get(cacheKey);
return !(entry && entry.hasErrors);

Зареждане…
Отказ
Запис