skip to Main Content

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.

3

Answers


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

    enter image description here

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
  3. Are you using a "focus follows mouse" function like yabai?

    I was in the exact same situation, but when I stopped yabai, no more problems occurred!

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search