bofm
bofm
Nice! What's still missing? Omitting venv creation?
I have the same issue with **Rust** 🦀 and Rust-Analyzer LSP. Here is my current workaround for this: Config: ```json { "context": "Editor", "bindings": { "cmd-s": ["workspace::SendKeystrokes", "cmd-s escape"] }...
I also tried to do `"alt-o": ["workspace::SendKeystrokes", "cmd-s escape alt-o"]` where `alt-o` is bound to `editor::GoToDiagnostic`. But it didn't work because the key combination hits much faster than the language...
The inline diagnostic messages now disappear after save.
I have the same issue. On MacOS. Is there any debug info I can grab to help to solve this issue?