Kaynağa Gözat

Reset octokit on logging change to enable logging

main
Eric Amodio 3 yıl önce
ebeveyn
işleme
afd80ea8fe
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/plus/github/github.ts

+ 2
- 0
src/plus/github/github.ts Dosyayı Görüntüle

@ -50,6 +50,8 @@ export class GitHubApi implements Disposable {
if (configuration.changed(e, 'proxy')) {
this._proxyAgent = null;
this._octokits.clear();
} else if (configuration.changed(e, 'outputLevel')) {
this._octokits.clear();
}
}),
configuration.onDidChangeAny(e => {

Yükleniyor…
İptal
Kaydet