You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
When synchronizing a project's dependencies, pub outputs any errors as well as standard output indicating what changed.
We should show this in a dedicated console.
Tasks:
Pub console (showing standard & error output)
Option in settings on verbosity [all, error, io, normal, solver and warning]
I tried it already with a launch configuration, but that seems to not allow to also use a job with our current structure of displaying what's happening in the Progress view. An alternative is to follow https://github.com/eclipse/buildship approach on this and roll our own IOConsole implementation.
The text was updated successfully, but these errors were encountered:
When synchronizing a project's dependencies,
pub
outputs any errors as well as standard output indicating what changed.We should show this in a dedicated console.
Tasks:
[all, error, io, normal, solver and warning]
I tried it already with a launch configuration, but that seems to not allow to also use a job with our current structure of displaying what's happening in the Progress view. An alternative is to follow https://github.com/eclipse/buildship approach on this and roll our own
IOConsole
implementation.The text was updated successfully, but these errors were encountered: