vscode-pdfviewer icon indicating copy to clipboard operation
vscode-pdfviewer copied to clipboard

Show PDF preview in VSCode.

Results 89 vscode-pdfviewer issues
Sort by recently updated
recently updated
newest added

This extension has to execute in `ui` and not `workspace` (default) in order to work properly with VSCode Remote development (i.e. SSH, Docker, WSL), as described in https://code.visualstudio.com/api/advanced-topics/remote-extensions#incorrect-execution-location Without this...

Whenever a pdf is opened and deleted or gets inaccessible to the user, the view just closes. I want the view to remain open and maybe show a cahced version...

The main extension page you get when you click the extension in the Extensions panel looks like this when the extension is disabled: ![image](https://user-images.githubusercontent.com/12305068/147316927-35ed039c-82c3-4517-b6f9-656ea30b6ab1.png) But when it's enabled, it tries...

When I open my pdf, my default scale setting of `page-fit` is used. However, when I run code that modifies the pdf, the viewer reloads the pdf with scale `auto`.

bug

The event trigger had to be changed (from 'documentloaded' to 'documentinit') since the sidebar is re-opened after 'documentloaded' was fired. Addresses the secondary discussion in #79, which mentions the sidebar...

Hi, is there a way we can work on creating a dark mode toggle in the extension? It'll be really helpful.

Hi, I set `"pdf-preview.default.sidebar": false`, but when opening a PDF generated from a LaTeX file where either package `hyperref` or `bookmark` is used, the sidebar is opened anyway. A side...

When compiling a LaTeX document, it will be rewritten multiple times. Currently, this causes vscode-pdf to completely lose the position the PDF viewer was at since it tries to reload...