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