-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I am using the latest versions of VS Code, the extension (1.0.7), and Beyond Compare 5. I am seeing this issue on both Windows and macOS.
If I select two files and then select 'Compare Selected Items' from the BC context menu, the tab label is 'for testing purposes' and a bogus middle column is displayed (like it was a merge).
The filename actually contains the name of another file that exists in the project, but there is a File Not Found error displayed, along with this text:
/function (old_index, new_index) {
/ Shortcut helper to move item to end of array
if (-1 === new_index) {
new_index = this.length - 1;
}
if (new_index >= this.length) {
var k = new_index - this.length;
while (k-- + 1) {
this.push(undefined);
}
}
this.splice(new_index, 0, this.splice(old_index, 1)[0]);
return this; / for testing purposes
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels