-
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2188-standalone (ba56d9b9b 2024-11-17) [c:\Users…
-
**rust-analyzer version**: rust-analyzer version: 0.3.2188-standalone [/home/bjorn/.vscode/extensions/rust-lang.rust-analyzer-0.3.2188-linux-x64/server/rust-analyzer]
**rustc version**: N/A
**editor…
-
It's broken in VSCode but presumably in Rust Analyzer more generally.
Reproduction steps:
Clone https://github.com/makscee/arena-of-ideas/tree/main/server
Open in VSCode with Rust Analyzer.
…
-
Lately, in various places in my project I get errors like
> parsing.rs
> expected 2 arguments, found 1 [Ln 176, Col 6]
but the thing is: there's *not* a wrong number of arguments. the project builds…
-
**rust-analyzer version**: rust-analyzer version: 0.3.2188-standalone [/home/bjorn/.vscode/extensions/rust-lang.rust-analyzer-0.3.2188-linux-x64/server/rust-analyzer]
**rustc version**: rustc 1.82.0 …
-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
## Bug description
VS Code throws an error when opening a newly created project with a dev container.
```
[2024-11-01T10:03:36.690Z] Dev Containers 0.388.0 in VS Code 1.95.1 (65edc4939843c90c34…
-
-
I am working in vscode on a .ipynb notebook, and everytime my cursor hovers over any code, i get the ruff panic message as above
example of the code it crashed over
```py
def search_and_looku…
aflip updated
10 hours ago
-
I'm currently using llvm@18.1.8 and lldb-dap@0.2.6.
I tried to debug rust programs, but i got the following error:
`warning: This version of LLDB has no plugin for the language "rust". Inspection of…