chore(vscode): update to 1.54.2
This commit is contained in:
@ -140,5 +140,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.19.9"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +58,7 @@ export class MergeConflictParser {
|
||||
currentConflict.commonAncestors.push(line);
|
||||
}
|
||||
// Are we within a conflict block and is this a splitter? =======
|
||||
else if (currentConflict && !currentConflict.splitter && line.text.startsWith(splitterMarker)) {
|
||||
else if (currentConflict && !currentConflict.splitter && line.text === splitterMarker) {
|
||||
currentConflict.splitter = line;
|
||||
}
|
||||
// Are we within a conflict block and is this a footer? >>>>>>>
|
||||
|
Reference in New Issue
Block a user