-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Can't preview markdown and plantuml through web #5139
New issue
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
Comments
This issue is same to #4421 Do you know which version of codeserver doesn't has this bug? |
Did you disable service workers? I'm not sure why it's failing to register. |
solve this. It's the prolblem of https. just make mkcert to produce *.crt and *.pfx, and download to local to terify it. |
do you mean that this web app force us to use https?but sometimes we run it on local area network,so we don't use domain and only use ip like 192.168.1.x,when in this env,this feature looks like a bug |
@ThunderingII unfortunately that's a limitation of the browsers. They only allow service workers in secure contexts (i.e. HTTPS/localhost). VS Code needs service workers enabled for most features so there isn't much we can do. |
Is there an existing issue for this?
OS/Web Information
code-server --version
:4.3.0Steps to Reproduce
Expected
Actual
Logs
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
How can i use code-server easily without setting so much things???
The text was updated successfully, but these errors were encountered: