vscode-pdfviewer
vscode-pdfviewer copied to clipboard
this extension overrides ctrl+shift+p
in vscode this should bring up the command palette, but when viewing a PDF it does some print thing. this is bad.
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.
Duplicate of #80