tomoki1207 / vscode-pdfviewer

Show PDF preview in VSCode.
https://marketplace.visualstudio.com/items/tomoki1207.pdf
Other
295 stars 70 forks source link

this extension overrides ctrl+shift+p #85

Open Spongman opened 3 years ago

Spongman commented 3 years ago

in vscode this should bring up the command palette, but when viewing a PDF it does some print thing. this is bad.

7bnx commented 3 years ago

HI! For now, the temporary solution is to comment or delete Listener in lib/web/viewer.js

window.addEventListener("keydown", function (event) (for my case it is lines 13145-13156)

But if the developer decide to update the extension, you should do this things again.

bersbersbers commented 3 years ago

Duplicate of #80