Skip to content
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

Red line indicating error outlives its usefulness #96

Open
alexpeters1208 opened this issue Aug 13, 2024 · 1 comment
Open

Red line indicating error outlives its usefulness #96

alexpeters1208 opened this issue Aug 13, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@alexpeters1208
Copy link

When I write a bad line of code and execute it, I get the red line under the code telling me that line has failed. This is useful. However, once I start editing that line of code, I expect the red line to go away, since now it is undetermined if what is there is buggy. The red line hangs around until the next time I execute that code successfully, which is a little bit distracting.

For example:
Screenshot 2024-08-13 at 9 36 37 AM

The first time I ran that code, it failed. Now that I'm editing it, I'd like the red line to go away, and only re-appear if I run the code again and it fails again. Or, maybe the red line hangs around, but is almost totally transparant / lightly colored once I start editing?

@alexpeters1208 alexpeters1208 added bug Something isn't working triage labels Aug 13, 2024
@vbabich vbabich added this to the September 2024 milestone Aug 14, 2024
@vbabich
Copy link

vbabich commented Aug 14, 2024

Maybe we shouldn't use red underline for this. Can we include a link to the file and line number with the error in deephaven output?

@vbabich vbabich removed the triage label Aug 14, 2024
@mofojed mofojed modified the milestones: September 2024, November 2024 Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants