-
I am having some difficulties with the linkedProjects feature of RA. Let me explain, what I am
trying to do.
My code base is structured like this:
```
.
├── Cargo.toml
├── cross
│ ├── Carg…
-
I'm trying to use the kani vscode extension to verify contracts and proofs in the [verify-rust-std](https://github.com/model-checking/verify-rust-std) repository. Does the extension work with this typ…
-
**rust-analyzer version**: rust-analyzer version: 0.3.2078-standalone (fa0032624 2024-08-17)
**rustc version**: rustc 1.80.0 (051478957 2024-07-21)
**editor or extension**: Both Neovim and …
-
### Describe the Issue
Copied from https://github.com/dotnet/vscode-csharp/issues/7223 originally filed by @deanchalk
Type: Bug
## Steps to Reproduce ##
Open an existing csharp project tha…
-
### Have you read the docs and searched existing issues?
- [X] I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshoot…
-
**rust-analyzer version**: 0.402095-linux-x64/server/rust-analyzer
**rustc version**: 1.80.1
**editor or extension**: VS Code
**relevant settings**: (eg. client settings, or environment var…
-
Type: Bug
# Behaviour
VSCode doesn't respect the value i set in my user setting json. Idh similiar setting in workspace, so that's not what causing issue. it always show up as suggestion, but not a…
-
Type: Bug
https://github.com/user-attachments/assets/666e1657-002d-4199-9022-a41f2463f4c5
reproduction:
write following typescript code
```ts
type Foo = "A" | "B" | "C"
const a: Foo = ""
```
move …
-
### Describe the bug
On macOS, there's a special env var `MACOSX_DEPLOYMENT_TARGET` that implicitly configures the system's C compiler, linker, and opts in to or out of breaking changes in macOS. Obj…
-
**rust-analyzer version**: v0.3.2146
**rustc version**: 1.82.0
**editor or extension**: VSCode
When a project is opened, VSCode begins to build it, spawns **thousands** of `conhost.exe` and `rg.exe…