cschleiden / vscode-github-actions

Simple, unofficial extension to view GitHub Actions workflows and runs in VS Code
https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions
MIT License
302 stars 35 forks source link

Feature Request: view logs of an actively running action #139

Closed TylerLeonhardt closed 2 years ago

TylerLeonhardt commented 2 years ago

It would be cool to be able to start an action and then watch the log as it happens.

cschleiden commented 2 years ago

Unfortunately there is no API available right now to view streaming logs, this change would require additions to the official github.com REST API.