Skip to content

Bogus middle column displayed when comparing two files #26

@bvanderw

Description

@bvanderw

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions