mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Show context for diff view of merge conflict and introduce compareAll.
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
"command.next": "Next Conflict",
|
||||
"command.previous": "Previous Conflict",
|
||||
"command.compare": "Compare Current Conflict",
|
||||
"command.compareAll": "Compare All Conflict in Current Editor",
|
||||
"config.title": "Merge Conflict",
|
||||
"config.autoNavigateNextConflictEnabled": "Whether to automatically navigate to the next merge conflict after resolving a merge conflict.",
|
||||
"config.codeLensEnabled": "Create a Code Lens for merge conflict blocks within editor.",
|
||||
"config.decoratorsEnabled": "Create decorators for merge conflict blocks within editor."
|
||||
"config.decoratorsEnabled": "Create decorators for merge conflict blocks within editor.",
|
||||
"config.diffViewContext": "Controls how many unchanged lines around the merge conflict should be displayed in the diff view."
|
||||
}
|
||||
Reference in New Issue
Block a user