2

I normally run my application from the terminal directly so this text just adds a bit of noise. Any idea how to remove it?

enter image description here

Chayim Friedman
  • 47,971
  • 5
  • 48
  • 77
David Alsh
  • 6,747
  • 6
  • 34
  • 60

1 Answers1

3

Set rust-analyzer.lens.run.enable and rust-analyzer.lens.debug.enable to false in a settings.json file. Note this will also disable lens on tests.

starball
  • 20,030
  • 7
  • 43
  • 238
Chayim Friedman
  • 47,971
  • 5
  • 48
  • 77