Skip to content

Commit

Permalink
feat: set diff editor to default editor
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Dec 8, 2023
1 parent 17244b7 commit 8de55ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
}
}
},
"configurationDefaults": {
"workbench.editorAssociations": {
"git:/**/*.code-snippets": "default",
"gitlens:/**/*.code-snippets": "default"
}
},
"viewsContainers": {
"activitybar": [
{
Expand Down Expand Up @@ -413,4 +419,4 @@
"vscode-nls": "^5.0.1"
},
"icon": "images/icon.png"
}
}

0 comments on commit 8de55ab

Please sign in to comment.