tomoki1207 / vscode-pdfviewer

Show PDF preview in VSCode.
https://marketplace.visualstudio.com/items/tomoki1207.pdf
Other
304 stars 73 forks source link

Support for PDF diffs #70

Open Sparticuz opened 4 years ago

Sparticuz commented 4 years ago

Looking at a diff of a PDF gives me this: image

bersbersbers commented 4 years ago

Interesting, I see something different: When I open a PDF file from the source control tab, I see the new pdf twice (while I had expected to see the old PDF file next to the new PDF file).

bersbersbers commented 3 years ago

Interesting, I see something different: When I open a PDF file from the source control tab, I see the new pdf twice (while I had expected to see the old PDF file next to the new PDF file).

This is true only with Remote SSH. In a local directory, I am seeing something similar to @Sparticuz on the left (old) side:

image

bersbersbers commented 3 years ago

I filed https://github.com/microsoft/vscode/issues/115614 which might solve at least local cases of this issue.