[Bug]: Can't preview markdown and plantuml through web
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Google Chrome 86.0.4240.198
- Local OS: WIN10
- Remote OS: LIUNX
- Remote Architecture: CENTOS 8.2
code-server --version
:4.3.0
Steps to Reproduce
- code-server
Expected
Actual
Logs
Screenshot/Video
No response
Does this issue happen in VS Code?
- I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
How can i use code-server easily without setting so much things???
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Frequently Asked Questions - PlantUML
What's the goal of PlantUML? PlantUML is used to draw UML diagrams, using a simple and human readable text description.
Read more >Can't preview plantuml, "'generateImage' method isn't found in ...
Can't preview plantuml, "'generateImage' method isn't found in the class ... in Settings | Languages & Frameworks | Markdown, install PlantUML framework
Read more >how to use the plantUML preview in VSCode? - Stack Overflow
You can open the diagram by hitting ALT + D to preview the PlantUML diagram on Windows and Option key + D on...
Read more >GitLab 15.2 released with live wiki diagram previews and ...
GitLab Flavored Markdown includes extensions to support Mermaid, PlantUML, and Kroki diagrams but writing anything other than the most basic ...
Read more >awesome-vscode | A curated list of delightful VS Code ...
Adds emoji syntax support to VS Code's built-in Markdown preview ... This enables a secure way to render web content inside VS Code,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Did you disable service workers? I’m not sure why it’s failing to register.
@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.