Skip to content

Commit

Permalink
Fix active failed on cursor.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Dec 3, 2024
1 parent 7aabca9 commit 66dd3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function keepOriginDiff() {
const key = '{git,gitlens,git-graph}:/**/*.{md,csv,svg}'
if (!editorAssociations[key]) {
const oldKey = '{git,gitlens}:/**/*.{md,csv,svg}'
delete editorAssociations[oldKey]
editorAssociations[oldKey] = undefined
editorAssociations[key] = 'default'
config.update(configKey, editorAssociations, true)
}
Expand Down

0 comments on commit 66dd3a3

Please sign in to comment.