Skip to content

Commit da47f08

Browse files
authored
Git - run git status if similarityThreshold changes (microsoft#183762)
1 parent 784e72b commit da47f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/git/src/repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@ export class Repository implements Disposable {
841841
|| e.affectsConfiguration('git.ignoreSubmodules', root)
842842
|| e.affectsConfiguration('git.openDiffOnClick', root)
843843
|| e.affectsConfiguration('git.showActionButton', root)
844+
|| e.affectsConfiguration('git.similarityThreshold', root)
844845
)(() => this.updateModelState(), this, this.disposables);
845846

846847
const updateInputBoxVisibility = () => {

0 commit comments

Comments
 (0)