-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
extesion vscode-pdf
is not working correctly, opend pdf file is not display.
request fails with the following links:
https://mydomain.com/webview/vscode-resource/file///share/CACHEDEV1_DATA/.qpkg/qvscode/data/extensions/tomoki1207.pdf-0.6.0/lib/web/viewer.css
https://mydomain.com/webview/vscode-resource/file///share/CACHEDEV1_DATA/.qpkg/qvscode/data/extensions/tomoki1207.pdf-0.6.0/lib/pdf.css
https://mydomain.com/webview/vscode-resource/file///share/CACHEDEV1_DATA/.qpkg/qvscode/data/extensions/tomoki1207.pdf-0.6.0/lib/build/pdf.js
https://mydomain.com/webview/vscode-resource/file///share/CACHEDEV1_DATA/.qpkg/qvscode/data/extensions/tomoki1207.pdf-0.6.0/lib/build/pdf.worker.js
https://mydomain.com/webview/vscode-resource/file///share/CACHEDEV1_DATA/.qpkg/qvscode/data/extensions/tomoki1207.pdf-0.6.0/lib/web/viewer.js
the correct request link should be like:
https://mydomain.com/vscode-remote-resource?path=/share/CACHEDEV1_DATA/.qpkg/qvscode/data/extensions/tomoki1207.pdf-0.6.0/lib/web/viewer.css
I don't know whether the extension itself or code-server causes the error?
- Web Browser: Microsoft Edge 81.0.416.77
- Local OS: Windows 10 Pro x64 1909 18363.836
- Remote OS: QNAP QTS 4.4.2.1270 ( Linux 4.14.24-qnap x86_64 )
code-server --version
: 3.3.1