-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAP "run | debug" code lens is being showed by default #498
Comments
Alright so I had time to dig into this a little bit and I finally see the issue. Metals will provide these if the client is what we call a However, what I also noticed when testing this more is that if
If you trigger it do you see them, and do you indeed have |
If I have If I have it installed - it is being displayed regardless of whether |
This is sort of expected. The tricky this is that Metals needs to know at initialize time if the client supports debugging or not, so to cheat this I check to see if |
I agree, however I think it would be nice to add something like "If you do not want to see those or maybe add a configuration option which will override |
Task
With almost default setup the
run | debug
is being shown at the end of eachobject Main extends App
line.It renders just the same font as code, so it does confuse user a little bit, and you cannot simply copy-paste code from terminal since it will include this
run | debug
.As @ckipp01 said in Discord:
The text was updated successfully, but these errors were encountered: