0

I'm trying to remove / hide annoying buttons on line 3 when I run my Flutter application. Problem is when I am editing code that buttons keep hiding and showing and my code going up - down.

How it looks: https://i.stack.imgur.com/TqkjD.jpg

Any advice ?

Pablo
  • 113
  • 1
  • 12

1 Answers1

0

disable the settings Dart: Show Main Code Lens or Dart: Show Test Code Lens.

This occurs due to codelens

I referred this issue

Krish Bhanushali
  • 1,594
  • 1
  • 8
  • 16