Browse Source

Reset octokit on logging change to enable logging

main
Eric Amodio 2 years ago
parent
commit
afd80ea8fe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/plus/github/github.ts

+ 2
- 0
src/plus/github/github.ts View File

@ -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 => {

Loading…
Cancel
Save