mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
adopt merge editor in settings sync
- use merge editor for conflicts - expose base resource in resource syncrhonziers - add baseResourceScheme context to contribute Accept Merge button per feature - support old way of handling conflicts behind an internal setting
This commit is contained in:
@@ -1517,7 +1517,7 @@
|
||||
"merge/toolbar": [
|
||||
{
|
||||
"command": "git.acceptMerge",
|
||||
"when": "isMergeEditor"
|
||||
"when": "isMergeEditor && baseResourceScheme =~ /^git$|^file$/"
|
||||
}
|
||||
],
|
||||
"scm/change/title": [
|
||||
|
||||
Reference in New Issue
Block a user