vscode.window.showWarningMessage(localize('cursorOnCommonAncestorsRange','Editor cursor is within the common ancestors block, please move it to either the "current" or "incoming" block'));
return;
}
else{
vscode.window.showWarningMessage(localize('cursorOnSplitterRange','Editor cursor is within the merge conflict splitter, please move it to either the "current" or "incoming" block'));