mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Show context for diff view of merge conflict and introduce compareAll.
This commit is contained in:
@@ -81,6 +81,12 @@
|
||||
"title": "%command.compare%",
|
||||
"original": "Compare Current Conflict",
|
||||
"command": "merge-conflict.compare"
|
||||
},
|
||||
{
|
||||
"category": "%command.category%",
|
||||
"title": "%command.compareAll%",
|
||||
"original": "Compare All Conflict in Current Editor",
|
||||
"command": "merge-conflict.compareAll"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
@@ -114,6 +120,11 @@
|
||||
"type": "boolean",
|
||||
"description": "%config.autoNavigateNextConflictEnabled%",
|
||||
"default": false
|
||||
},
|
||||
"merge-conflict.diffViewContext": {
|
||||
"type": "number",
|
||||
"description": "%config.diffViewContext%",
|
||||
"default": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user