VSCode Please add an option disable the warning tooltips! #24
Replies: 3 comments
-
Can you share some resources about the standard you mentioned? I'm sure these messages haven't been put there to make your DX stressful. Would you propose an alternative and make a PR if you think there's a better way to handle this? It seems you know a lot |
Beta Was this translation helpful? Give feedback.
-
hi @ematipico! thanks for the amazing biomejs! Here are the relevant sections
I would posit that formatting warnings WHILE i'm editing a file or in the processes of doing something is not a "high priority error", or something the user needs to be alerted about. Additionally, Having repeated notifications blocks the UX in that space especially if we have console, or debug windows there, in that case, they should be combined or have a debounce. |
Beta Was this translation helpful? Give feedback.
-
This will be addressed in biomejs/biome#1134 |
Beta Was this translation helpful? Give feedback.
-
There shoudl be a way to disable warnings in the vscode extension. I don't want to see if something i setup as an explicit option fail:
There's already a vscode output log if i'm really interested in these messages. This is the standard for vscode extension. Only user actionable messages should show up in the dialog.
This is extremely frustrating as it takes up screen real estate and blocks my console.
Beta Was this translation helpful? Give feedback.
All reactions