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
@@ -24,15 +25,19 @@ If an active solution exists and it is both a git and GitHub.com repository, the
24
25
25
26
To view the history simply select a run and navigate through the tree view to see details. You can double-click on a leaf node to launch to the log point on the repo to view the rich log output.
26
27
27
-
> Not yet implemented: The ability to [monitor a workflow run while in process](https://github.com/timheuer/GitHubActionsVS/issues/15).
28
-
29
28
If you close and open a new project the window will be refreshed to represent the current state.
30
29
30
+
Based on your settings you can enable 'polling' of active running workflows that are not in the `completed` status. This will refresh the Current Branch workflow runs until the state is completed.
31
+
31
32
#### Limit run count retrieval
32
33
By default a maximum of last 10 runs are retrieved. You can change this in the `Tools...Options` of Visual Studio and set an integer value.
0 commit comments