pull request shows incorrect diff when reviewing

Issue #447 resolved
Former user created an issue

VS Code extension is showing incorrect file diffs when reviewing pull requests. It does not happen always. Noticed because in https://bitbucket.org I see different (correct) diff of files for the same pull request. Not sure if that could cause the issue but the pull request is not to the main branch.

VS Code Version: 1.46.1
Jira and Bitbucket (Official) VS Code extension v2.6.5

macOS Catalina version 10.15.5

Comments (4)

  1. Former user Account Deleted reporter

    hmm. It seems it is my misunderstanding actually. White space is handled differently, so I mistook it with wrong diff. Close the ticket or turn it improvement to have the same options for white space handling as is in bitbucket.org.

  2. Former user Account Deleted reporter

    This is my settings in bitbucket. I guess I have expected the same in VS Code.

  3. Pramod Busam Account Deactivated

    @{5e96c0a945f3660c25e18ae3} The extension uses the diff viewer built into VS Code. When viewing a diff, there are options shown in the top right to change diff view (unified/inline) and whether to ignore whitespace changes.

  4. Log in to comment