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

rust-analyzer LSP server disables auto-save of Rust files #11966

Open
srackham opened this issue Oct 30, 2024 · 0 comments
Open

rust-analyzer LSP server disables auto-save of Rust files #11966

srackham opened this issue Oct 30, 2024 · 0 comments
Labels
C-bug Category: This is a bug

Comments

@srackham
Copy link

Summary

Disabling the Rust LSP server restores the Helix auto-save behaviour.

Leaving the LSP enabled and disablingauto-format also restores the auto-save behaviour.

rustc 1.82.0, helix 24.7, NixOS 24.05.

See also: #10928, #11237

Reproduction Steps

I tried this:

  1. Edit Rust file
  2. Wait for it to auto-save

I expected this to happen: the file auto-saves after auto-save delay

Instead, this happened: the file did not auto-save

Helix log

~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines

Platform

Linux: NixOS 24.05

Terminal Emulator

alacritty 0.13.2 running tmux 3.4

Installation Method

Nix package

Helix Version

helix 24.7 (079f544)

@srackham srackham added the C-bug Category: This is a bug label Oct 30, 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

1 participant