Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/merge-conflict/package.nls.json
3292 views
1
{
2
"displayName": "Merge Conflict",
3
"description": "Highlighting and commands for inline merge conflicts.",
4
"command.category": "Merge Conflict",
5
"command.accept.all-current": "Accept All Current",
6
"command.accept.all-incoming": "Accept All Incoming",
7
"command.accept.all-both": "Accept All Both",
8
"command.accept.current": "Accept Current",
9
"command.accept.incoming": "Accept Incoming",
10
"command.accept.selection": "Accept Selection",
11
"command.accept.both": "Accept Both",
12
"command.next": "Next Conflict",
13
"command.previous": "Previous Conflict",
14
"command.compare": "Compare Current Conflict",
15
"config.title": "Merge Conflict",
16
"config.autoNavigateNextConflictEnabled": "Whether to automatically navigate to the next merge conflict after resolving a merge conflict.",
17
"config.codeLensEnabled": "Create a CodeLens for merge conflict blocks within editor.",
18
"config.decoratorsEnabled": "Create decorators for merge conflict blocks within editor.",
19
"config.diffViewPosition": "Controls where the diff view should be opened when comparing changes in merge conflicts.",
20
"config.diffViewPosition.current": "Open the diff view in the current editor group.",
21
"config.diffViewPosition.beside": "Open the diff view next to the current editor group.",
22
"config.diffViewPosition.below": "Open the diff view below the current editor group."
23
}
24
25