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 784e72b commit da47f08Copy full SHA for da47f08
extensions/git/src/repository.ts
@@ -841,6 +841,7 @@ export class Repository implements Disposable {
841
|| e.affectsConfiguration('git.ignoreSubmodules', root)
842
|| e.affectsConfiguration('git.openDiffOnClick', root)
843
|| e.affectsConfiguration('git.showActionButton', root)
844
+ || e.affectsConfiguration('git.similarityThreshold', root)
845
)(() => this.updateModelState(), this, this.disposables);
846
847
const updateInputBoxVisibility = () => {
0 commit comments