tomoki1207 / vscode-pdfviewer

Show PDF preview in VSCode.

Home Page:https://marketplace.visualstudio.com/items/tomoki1207.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-reload broken

tdegeus opened this issue · comments

Since one of the latest updates, the PDF is not automatically reloaded when the PDF is changed externally.

Steps to Reproduce:

  1. Load a PDF
  2. Modify it externally (e.g. by running a Python script from without VS code)
  3. The PDF should be reloaded (but it is not).

For me, reloading was always automatic until the last update.

Version:

  • VS Code Version: 1.85.1 (Universal)
  • OS Version: macOS 14.0
  • vscode-pdf v1.2.2

Note that if I toggle a reload with LaTeX workshop: Refresh all LaTeX PDF viewers the PDF is reloaded, but ultra-slowly.

Also noticed this! Would be nice to have hot reloading of the PDF preview.

This is one of the most annoying things currently in this plugin. Fix would be really appreciated!!