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

Helix freezes in Windows 11 editing Markdown text #11782

Closed
lskbr opened this issue Sep 26, 2024 · 1 comment
Closed

Helix freezes in Windows 11 editing Markdown text #11782

lskbr opened this issue Sep 26, 2024 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@lskbr
Copy link

lskbr commented Sep 26, 2024

Summary

Helix freezes when I edit a markdown text file in Windows 11 when I hit the source code formatted part.

Reproduction Steps

batalhas.md
hx batalhas.md

Capture d'écran 2024-09-26 173444

Steps to reproduce:

  • Go to lines 288, 286 and start adding \ before the "
  • Do the same on lines 282, 283
  • The editor freezes, I have to quit with a break.

Helix log

~/.cache/helix/helix.log
2024-09-26T17:36:36.079 helix_lsp::transport [ERROR] marksman err <- "[17:36:36 INF] <LSP Entry> Starting Marksman LSP server: {}\r\n"
2024-09-26T17:36:36.510 helix_lsp::transport [ERROR] marksman err <- "[17:36:36 WRN] <ServerUtil> Workspace folder is bogus: {\"root\": \"RootPath (AbsPath \\\"c:\\\\Users\\\\User\\\")\"}\r\n"
2024-09-26T17:36:39.432 helix_lsp::transport [ERROR] err: <- Other(failed to send a message to server

Caused by:
    channel closed)
2024-09-26T17:36:39.432 helix_lsp::transport [ERROR] marksman err: <- StreamClosed

Platform

Windows 11 [version 10.0.22631.4169]

Terminal Emulator

Windows Terminal 1.21.2361.0

Installation Method

winget

Helix Version

helix 23.10 (f6021dd)

@lskbr lskbr added the C-bug Category: This is a bug label Sep 26, 2024
@the-mikedavis
Copy link
Member

This was a bug upstream in tree-sitter that was fixed a while ago. We updated to a version of tree-sitter with the fix after the 23.10 release. Upgrading to 24.03 or 24.07 should fix this.

Duplicate of #7689

@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 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
Projects
None yet
Development

No branches or pull requests

2 participants