rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

Turning off "implementations" code lens has gone wild

Open atlx opened this issue 3 years ago • 4 comments

rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.3.1148-standalone (2b472f668 2022-07-31)

rustc version: (eg. output of rustc -V) rustc 1.57.0 (f1edd0429 2021-11-29)

https://user-images.githubusercontent.com/41349879/183222477-80289dc7-e359-4cef-8182-6bda072f1b44.mp4

atlx avatar Aug 05 '22 23:08 atlx

I can't reproduce this, so this might be another extension messing with your settings?

Veykril avatar Aug 05 '22 23:08 Veykril

I went to disable it on settings.json, and it's still up as true on the GUI + it appears on the editor... Hmm.

ghost avatar Aug 05 '22 23:08 ghost

I can't reproduce this, so this might be another extension messing with your settings?

Just tried disabling all extensions and left only rust-analyzer enabled -- same thing.

ghost avatar Aug 05 '22 23:08 ghost

I had this issue in the past. It's caused by some old rust-analyzer setting in settings.json that keeps reverting the change you do, however I don't remember what it is. Try commenting out all settings starting with "rust-analyzer" and then disabling the lens via the gui.

veber-alex avatar Aug 06 '22 11:08 veber-alex

I had this issue in the past. It's caused by some old rust-analyzer setting in settings.json that keeps reverting the change you do, however I don't remember what it is. Try commenting out all settings starting with "rust-analyzer" and then disabling the lens via the gui.

Resolved itself when I removed some random rust-analyzer settings in settings.json.

ghost avatar Aug 16 '22 07:08 ghost