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
View logs in realtime #126
Comments
|
Unfortunately this is not a feature we are ready to commit to or to put on our road map at this time. We appreciate the suggestion, and will re-open if that changes! |
|
@felipesu19 I appreciate the honesty. Is it mostly the implementation and would you be interested in merging a PR for this or is it also the eventual maintenance or feature as such that you're not interested in? |
It's a complicated discussion, we definitely don't have the bandwidth to implement it ourselves. The maintenance/usability questions are tricky. Essentially we'd have to answer:
I'm sure there's a few questions i haven't considered in here, and I absolutely don't want to discourage contribution, so if you want to consider opening a PR for it, absolutely go for it, but I would suggest a robust PR description, or even better a new issue where you lay out "here's the PR, and here are the considerations around it that don't make it too much of a stretch/prove that its maintainable". We're very committed to this extension being a first class experience, and so we have to be a little selective on what we're doing. One of those tradeoffs is "what does a feature mean for the medium-long term". I think this feature and the notification feature are both "doable" for sure, they just need to be properly thought through. |
|
@felipesu19 thanks for the clarification. I'll get back if/when this grows on me, but only after doing a bit more digging in the underlying API and the current state of the extension 👍 |


Is your feature request related to a problem? Please describe.
While it's currently possible to view a log after a job has completed, I would love to be able to follow the logs of an action directly from VSCode in realtime.
Describe the solution you'd like
Double-clicking a running job / step, I would like the editor (or an output tab) to show the log and see new entries being streamed in.
Additional context
None.
The text was updated successfully, but these errors were encountered: