We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An extension fails to work in remote settings like Gitpod: gitpod-io/gitpod#4513
The issue is that CSP policy hardcoded to use localhost:
LaTeX-Workshop/viewer/viewer.html
Line 29 in ba9a629
Please see for details: https://code.visualstudio.com/api/advanced-topics/remote-extensions#using-the-webview-api
The text was updated successfully, but these errors were encountered:
This is intentional. We load viewer/viewer.html as the src of iframe through a local server. We should not use the webview CSP.
viewer/viewer.html
src
iframe
We will not support gitpod on our side.
Sorry, something went wrong.
No branches or pull requests
An extension fails to work in remote settings like Gitpod: gitpod-io/gitpod#4513
The issue is that CSP policy hardcoded to use localhost:
LaTeX-Workshop/viewer/viewer.html
Line 29 in ba9a629
Please see for details: https://code.visualstudio.com/api/advanced-topics/remote-extensions#using-the-webview-api
The text was updated successfully, but these errors were encountered: