-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.83.0-insider
- OS Version: Windows 11
Steps to Reproduce:
1. Install the rust-analyzer ext…
-
Rust analyzer uses quite a bit of ram, what can we do about it?
Part of https://github.com/rust-analyzer/rust-analyzer/issues/7325
The goal here is to understand where all the bytes go.
Ste…
-
### Motivation
Now we have rust toolchain version specified in the `rust-toolchain.toml` file _and_ in the `CARGO_MAKE_TOOLCHAIN` env var in `ci.yml`, which is not ideal. We should set the version on…
-
> expected impl Future, found impl Future
![VSCodium_Y81nKLcx4u](https://user-images.githubusercontent.com/45996170/229938080-f3efb7f9-81aa-412d-93cc-02f3c1c6bb8f.png)
Crate compiles without…
-
![image](https://github.com/lapce/lapce-rust/assets/77391373/0ba5d994-43a0-4300-9e73-1b3b534f8bc5)
Looks like proc-macros are having some issuse with the latest downloaded browser build of Lapce / …
-
Little bit of an interesting bug i found while working on AST stuff.
if you have this code:
```rust
vec![
match x {
Foo::Bar => {}
}
]
```
and you…
-
I created a new extension:
```sh
cargo pgrx new separate_tests
```
Then followed the first example in [this Discord post](https://discord.com/channels/710918545906597938/1117863684916645930/12…
-
This is to simply provide ease of cargo building and ensure metadata in Cargo.toml applies to the entirety of my Rust notes. I believe this will be useful, as to not separate each directory into its o…
-
I am having a hard time getting emacs installed with Treemacs as an IDE for Clojure coding. Whatever I try Treemacs does not show, only an empty buffer is visible.
Please let me know what else I c…
-
When connecting, I would like eglot to display a message like this:
```
Connected! `rust-analyzer' Server `EGLOT (delta/rust-mode)' now managing `rust-mode' buffers in project `delta'.
```
Cur…