We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f1b5 commit afd80eaCopy full SHA for afd80ea
src/plus/github/github.ts
@@ -50,6 +50,8 @@ export class GitHubApi implements Disposable {
50
if (configuration.changed(e, 'proxy')) {
51
this._proxyAgent = null;
52
this._octokits.clear();
53
+ } else if (configuration.changed(e, 'outputLevel')) {
54
+ this._octokits.clear();
55
}
56
}),
57
configuration.onDidChangeAny(e => {
0 commit comments