Open ReinhardKeil opened 1 week ago
This is a status bar tooltip
property:
https://code.visualstudio.com/api/references/vscode-api#StatusBarItem
Unfortunately its max width is not exposed in the vscode API.
It seems the issue Configure tooltip max width has been requested for years, eventually the editor's tootip has been made resizable but not persistent. The status bar tootip is not even resizable.
Anyway in my opinion errors/warnings should be displayed in the PROBLEMS
panel rather than in the status bar tooltips.
Agree with you: we should use Problems
to display this type of messages.
I keep this open.
Is it possible to make this window wider?
There is currently a line break which is not in the message itself.