lapce-rust
lapce-rust copied to clipboard
## Lapce Version 0.2.4 ## System information Arch Linux kernel version: 5.15.81-1-lts ## Describe the bug Autosuggestion not working when dealing with some crates (In Rust) Syntax highlighting just not...
 Looks like proc-macros are having some issuse with the latest downloaded browser build of Lapce / Rust-Analyzer
Hi, i reviewed #27 and #29 but nothing can't help me. I'm on Windows 10, few days ago i solucionated that just installing the lastest release of rust-analyzer inside the...
`proc macro not expanded: Proc-macro dylib loading failed: unsupported metadata version 7` Running with the latest nightly rust version. Same setup works on vscode (with RA).
Hey, just been testing out the lapce ecosystem and I seemed to encounter a few issues. I downloaded the rust plugin but it doesn't seem to do anything. e.g no...
Finishing the `iter_mut()` line in this code snippet will cause Lapce to crash. I'm using the latest stable version of Lapce, the latest version of this plugin available in the...
lapce version: 0.2.6 rust plugin version: v0.2.4 rustc 1.63.0-nightly (b31f9cc22 2022-06-15) It's kind of annoying when I type every character and press enter, but lapce prints another word. - autocompletion...
This PR assumes this other PR gets merged https://github.com/lapce/lapce-plugin-rust/pull/18
as of the latest version of `rust-analyzer`, the option `checkOnSave.command` has been changed to `check.command`. this change has been reflected in this pull request.
This will fix an issue when trying to open the log file with the rust plugin installed. It causes a loop of error -> log -> error ``` [2023-01-22][12:16:06][lapce_data::proxy][ERROR] lsp...