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

Stops clearing broken blame on save

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

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

@ -187,8 +187,8 @@ export default class GitProvider extends Disposable {
const cacheKey = this._getCacheEntryKey(fileName);
if (reason === RemoveCacheReason.DocumentClosed) {
// Don't remove broken blame on close (since otherwise we'll have to run the broken blame again)
if (reason === RemoveCacheReason.DocumentSaved) {
// Don't remove broken blame on save (since otherwise we'll have to run the broken blame again)
const entry = this._gitCache.get(cacheKey);
if (entry && entry.hasErrors) return;
}

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