Got back to Windows 10 2004 build and am experiencing lack of layovers while moving the mouse pointer over definitions. I last solved a related problem by disabling a custom cargo xcheck
command in the settings.
Using Visual Studio Code.
Current but related settings:
{
"rust-analyzer.discoverProjectRunner": null,
"rust-analyzer.linkedProjects": [],
"rust-analyzer.restartServerOnConfigChange": true
}
There is no log, just normal emitted problems from rustc.
This rocks! Aw yeah! No completion or inlay hints yet.
opened 04:51PM - 03 Sep 24 UTC
C-support
I am experiencing lack of layovers while moving the mouse pointer over definitio… ns. I last solved a related problem by disabling a custom `cargo xcheck` command in the settings.
Using Visual Studio Code.
Current but related settings:
```json
{
"rust-analyzer.discoverProjectRunner": null,
"rust-analyzer.linkedProjects": [],
"rust-analyzer.restartServerOnConfigChange": true
}
```
There is no log, just normal emitted problems from rustc.
**rustc version**: rustc 1.83.0-nightly
**Installation**: Rustup x86_64-windows-msvc nightly
Are we hint yet? Let's see if going to Windows 10 22H2 works.
Update (9/4/2024 11:07 AM):
Updated to Windows 10 22H2:
Edition
Windows 10 Home Single Language
Version
22H2
Installed on
9/3/2024
OS build
19045.4780
Experience
Windows Feature Experience Pack 1000.19060.1000.0
Issue not solved.
No idea how to solve this.
Update: the only solution I found was to use JetBrains RustRover instead of Visual Studio Code