Skip to content
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

Editor freezes when editing specific mermaid block inside markdown #9572

Closed
4ndv opened this issue Feb 8, 2024 · 1 comment
Closed

Editor freezes when editing specific mermaid block inside markdown #9572

4ndv opened this issue Feb 8, 2024 · 1 comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@4ndv
Copy link

4ndv commented Feb 8, 2024

Summary

When I edit mermaid sequenceDiagram inside markdown file, and move cursor to specific character, entire editor just becomes unresponsive, and stops handling any inputs

Reproduction Steps

Edit this markdown file (backticks are part of the file):

```mermaid
sequenceDiagram
  Device -->> App: Hello
```

Navigate cursor to the second "-" character and advance to ">"

I expected this to happen:

Editor reacts to that command

Instead, this happened:

Editor stops reacting to any commands

Helix log

In the logs there is only one line around that event:

2024-02-09T04:00:48.708 helix_view::editor [ERROR] Failed to initialize the language servers for `source.md` - `marksman` { cannot find binary path }

Platform

macOS

Terminal Emulator

iTerm 3.4.23 / macOS Terminal

Installation Method

brew

Helix Version

helix 23.10 (f6021dd)

@4ndv 4ndv added the C-bug Category: This is a bug label Feb 8, 2024
@kirawi
Copy link
Member

kirawi commented Feb 8, 2024

Duplicate of #8709

@kirawi kirawi marked this as a duplicate of #8709 Feb 8, 2024
@kirawi kirawi closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2024
@kirawi kirawi added the R-duplicate Duplicated issue: please refer to the linked issue label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants