Results 25 comments of Huldar

Another idea that would work for units like meters, currency and other purely numerical units (no “/“ or “-“ or “september” or anything like that) is to just add a...

I didn't and was getting the error "This operation is not implemented yet: Platform requirements not satisfied. (No Selection)" when running: ` // make the camera let mut camera =...

I'm getting the same thing I think, see screenshot below. Though if you look at the columns for each one they both say column 52 but one of them also...

> > I'm getting the same thing I think, see screenshot below. > > Though if you look at the columns for each one they both say column 52 but...

Example image ![Image](https://github.com/user-attachments/assets/2f2adf13-876f-42ae-a11b-6b54d79be9f9)

Not that I remember. I tried uninstalling and reinstalling the extension (hoping it resets the settings anyway) and it still shows up like this.

Here are the rust-analyzer settings from the user settings.json ``` "rust-analyzer.inlayHints.typeHints.enable": false, ``` Which I tried deleting and that didn't change anything. The workspace doesn't have any settings, it only...

This error message just popped up from rust-analyzer just now ``` [Error - 11:54:22 AM] Request textDocument/hover failed. Message: request handler panicked: called `Option::unwrap()` on a `None` value Code: -32603...

Thanks but yeah the diagnostics are still showing twice for me but I don't know why. Did the settings I posted tell you anything?

Ah well, that's a bummer, would have been great if this was a settings issue. All the diagnostics I've noticed are duplicated and it's happened a couple of times where...