zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
39.36k stars 2.04k forks source link

Markdown: stable 70%+ CPU usage on typing #13572

Open paulcarroty opened 6 days ago

paulcarroty commented 6 days ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Constantly high CPU usage on Markdown documents, the preview is off. Tested also on .js files and got 35%, which is quite high.

Environment

Zed preview 0.142.1 on Linux & Wayland

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

only prettier warnings.

Feel-ix-343 commented 3 days ago

Could it be an LSP?

paulcarroty commented 3 days ago

Tested with "enable_language_server": "false" - no difference.