-
Type: Bug
# Behaviour
Depending on the selected Python Interpreter, some tests are missing from the Test Explorer.
## Steps to reproduce:
1. Start a Python project
2. Add tests (under `/tests/` a…
-
A lot of open and closed issues are simple typos. Spell checking should be automated on `pre-commit` stage (and later in CI). Discussed with @satwikkansal [here](https://github.com/satwikkansal/wtfpyt…
-
## Reproduce
1. Use VSCode open repo folder as workspace.
2. Use rust-analysis as lint.
3. Open file `lib/grammers-client/test/deps.rs`
4. It shows an error on include macros:
> failed to loa…
-
Type: Bug
When attempting to run `Python: Restart Language Server` a dialog box with the content
```
Command 'Python: Restart Language Server' resulted in an error (command 'python.analysis.resta…
-
Hello, I want to use `rust-analyzer.references.excludeTests` and `rust-analyzer.references.excludeImports` to exclude the content I am not interested in from the references. However, this did not work…
-
### ~Unexpected character '/' after patch version number~ (fixed)
Created a new Spin project using the `http-rust` template then tried to add a dependency to it, but I got a cryptic error:
```
…
-
**rust-analyzer version**: `rust-analyzer version: 0.3.2137-standalone`
**rustc version**: `rustc 1.81.0 (eeb90cda1 2024-09-04)`
**editor or extension**: VSCode v0.3.2137
Example:
What's perplexi…
-
I've been getting this error trying to run this extension
```
2024-08-19 11:22:07.440 [error] Activating extension MattStark.bazel-rust-analyzer failed due to an error:
2024-08-19 11:22:07.440 [e…
-
Hey, thanks contributors for making and maintaining this awesome project!
I had an issue with vscode where editing files inside `ProjectZ/fuzz/fuzz_targets/targetX.rs`
wasn't working with or provi…
-
**rust-analyzer version**: V0.3.2188
**rustc version**: 1.81.9
**editor or extension**: VSCode on macOS
**code snippet to reproduce**:
```rust
pub async fn new_course(
new_course: web::Json,
…