Home > database >  VScode no response when opening PDF
VScode no response when opening PDF

Time:09-16

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.

CodePudding user response:

On Pop!_OS 22.10, the extension enter image description here

CodePudding user response:

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