vscode-haskell
vscode-haskell copied to clipboard
"No problem have been detected in workspace" announced to early
An empty "Problems" view displays the text "No problem have been detected in workspace".
However, this has often given the wrong signal to me.
HLS might still be working to build my 450 modules so it is too early to announce "no problems".
It would be better if a temporary message "Building the project..." (or something else) would be posted there until it is clear there are actually no compilation errors.
This is vscode, we are not consciously populating the Problems pane.
I am not sure whether we can easily change what is displayed here.
Can one issue a pseudo-"warning" "Build in progress" that is remove once the built is complete?
Potentially, a bit tricky since HLS's progress reporting isn't that great or structured.
Ok, never mind. Prevented by a higher power...
Leave the issue open for visibility or close it, just as you prefer.
I'll leave it open, for a better developer experience, it is something we need to eventually address.