-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
Bug
### Module Name
avm/res/search/search-service
### (Optional) Module Ver…
-
**rust-analyzer version**: `rust-analyzer 1.81.0 (eeb90cda 2024-09-04)`
**rustc version**: rustc 1.81.0 (eeb90cda1 2024-09-04)
**editor or extension**: VSCode extension (version: v0.3.2121)
## Th…
-
**Version Used**: Roslyn 4.11.0
**Steps to Reproduce**:
Run this code:
```c#
using Microsoft.CodeAnalysis.MSBuild;
var workspace = MSBuildWorkspace.Create();
var project = await worksp…
svick updated
1 month ago
-
Converting to an issue since I see no way this would be intended behavior, and I haven't been able to solve it myself.
I have `"rust-analyzer.cargo.features": ["scrap/linux-pkg-config"]` in a `.vsc…
-
**rust-analyzer version**: v0.3.1906
**rustc version**: rustc 1.79.0-nightly (1684a753d 2024-04-01)
**editor or extension**: I've tested this on VSCode, NeoVim, Helix.
**relevant settings*…
-
Currently, if you run `cargo` commands from a place that is not the root (workspace root for workspace projects), it does (almost1) the same thing as if you had run `cargo -p packagename` from the wo…
-
### Did you check the docs?
- [X] I have read all the docs
### Is your feature request related to a problem? Please describe.
I want, like I do with diagnostics, show the todos only of my current b…
-
In a dead simple example:
```
use bilge::prelude::*;
#[bitsize(8)]
#[derive(FromBits)]
struct Test {
a: u4,
b: u4,
}
```
The latest version (0.3.2020) of rust_analyzer reports:…
-
TypeScript enabled LSP pull diagnostics and code actions last week, and since then we discovered the following behavior: When a TypeScript file is modified, the server will receive 2 pull diagnostic r…
-
### The problem
Launching the Home Assistant debug session with or without pip is stopped due to errors in [preLaunchTask](https://github.com/home-assistant/core/blob/eac930ad7faba2f8d7bc40c899662e…