GitHub Actions Live — CI runs, logs and checks inside VS CodeSee your GitHub Actions run while it runs. When it fails, land on the line that broke. Push a commit and its run appears in the side bar, jobs and steps ticking along. The status bar shows how the checks are doing. When something fails, one click opens the run page with the error already in view, the file it points to one click away, and the log opening on the failing step instead of at the top of 5,000 lines of setup. No tab switching, no refreshing github.com. Works with github.com and GitHub Enterprise Server, through the GitHub sign-in VS Code already has. No token to create, nothing to configure.
Why people install it
It sits next to GitHub's own GitHub Actions extension rather than replacing it: keep that one for workflow YAML editing and let this one watch your runs. What you get for freeLive runs, jobs and stepsThe Actions Live view lists the workflow runs of the repository you have open. Queued and running ones update every few seconds; the run of your current commit opens by itself so you can watch its steps. Matrix jobs are grouped, with how many passed and failed. Runs of pull requests from forks that wait for a maintainer's approval are shown as such, not as failures. A page for every runClick a run, or the CI item in the status bar, and the run opens in a tab drawn in your theme's colours:
Every check of your commit in the status bar
Logs you can readA job's log opens as an editor tab:
GitHub serves a job's log only once the job has finished (its live log is not available to extensions). Click a running job and choose Open When It Finishes: the log opens by itself the moment it is done, while the steps update live in the view. Fix in ChatOn a failed job, Fix in Chat opens your editor's chat (GitHub Copilot or any other) with the
failing part of the log, the annotations and the lines of your files they point to already in
the prompt. In agent mode, type Your workflow files know their runsOpen any file in
Act on runsRe-run failed jobs, re-run everything or cancel from a run's row. Approve or reject
deployments waiting for review. Download artifacts of a run. Run Workflow… lists
workflows with a Filters, and a light touch on the rate limitShow only your runs, only failed runs, one workflow or only the current branch, and load older runs on demand. Checks are fast only while something runs, six times rarer otherwise and rarer still while VS Code is in the background. Unchanged answers use ETags, which GitHub does not count against the limit. ProPro adds the parts that save the most time on a failing build. CI errors in the Problems panel, on the right lines. When CI fails on your commit, its
errors land on the lines of your files they point to — from check-run annotations and from the
failing part of the log (TypeScript, ESLint, Jest, Vitest, pytest, Rust, Go, MSBuild and anything
that prints Notifications that reach you. Push, switch to something else, and hear back when CI of your branch passes or fails, or a deployment waits for your review — as a system notification when VS Code is in the background, with buttons to open the run or re-run failed jobs. What changed since it was last green. On a failed run: the commits and files between the last green run of that workflow and this one, a warning when a workflow file is among them, and a diff of the two logs of the same job with times, ids and durations taken out, so only what really went differently stands out. Same commit on both? You are told it is likely flaky, with a re-run button right there.
Workflow health. Pass rate, typical duration and trend of a workflow, a chart of its recent runs, runs that failed and then passed on the same commit (flaky), the steps that fail most and the steps that got slower.
PricePro is $4 a month or $39 once, with a 7-day free trial — no card, no sign-up. Run Actions Live: Get Actions Live Pro from the Command Palette. Everything in the free list above stays free. Not happy with Pro? Write within 14 days of buying and the payment is refunded, no questions. Questions and bug reports: open an issue or write to adck888@gmail.com. Settings
GitHub EnterpriseSet Signing inThe extension uses the GitHub account you are signed in with in VS Code (the Accounts menu), with
the PrivacyThe extension talks to the GitHub API of your repository's host with your VS Code GitHub
sign-in, and to Lemon Squeezy to check a Pro licence key. Fix in Chat and |





