VScode no response when opening PDF

Viewed 29

After the recent updates, I experienced a weird bug that sometimes when I open the PDF in VScode, the whole VScode frozen (including other windows). I will need to force quit to restart the VScode.

I've tried several different PDF viewing extensions, but all of them experience the same problem -- so I suspect it might be something related to VScode itself.

Is there anyone who also experiencing the and have the solution? Thank you.

p.s. I'm on M1 Macbook.

2 Answers

On Pop!_OS 22.04, the extension vscode-pdf is not working. But, the PDF Preview extension, is working normally.

enter image description here

until now VSCode continues to try to do the best, one of which is features that can be integrated with PDF maybe you can check this extension https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf

VS Code has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, or any other language that gets transpiled to JavaScript.

For debugging other languages and runtimes (including PHP, Ruby, Go, C#, Python, C++, PowerShell and many others), look for Debuggers extensions in the VS Code Marketplace or select Install Additional Debuggers in the top-level Run menu.

Below are several popular extensions which include debugging support (click below) :

enter image description here

Related