Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Gitea Actions (Unofficial)New to Visual Studio Code? Get it now.
Gitea Actions (Unofficial)

Gitea Actions (Unofficial)

Terence Carrera

|
3 installs
| (0) | Free
View and manage Gitea Actions workflows and runs directly in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gitea Actions for VS Code

View and manage Gitea Actions workflow runs directly in VS Code. Monitor CI/CD pipelines, inspect run details, and jump to runs in your browser — all from the Activity Bar.

Features

  • Workflow runs view: shows the latest runs across all accessible repositories. Each run displays status, branch, commit SHA, and workflow name.
  • Status indicators: color-coded icons for running (spinner), success (green), failure (red), cancelled (slashed circle), and unknown states.
  • Multi-repo support: automatically scans all repos matching your Gitea instance. Filter by owner or specific repo via settings.
  • Run details panel: select any run to view its full metadata (jobs, steps, timestamps, conclusion) in a dedicated webview.
  • Open in browser: one-click jump to a run's Gitea page for deeper inspection.

Getting Started

  1. Open any folder or workspace in VS Code
  2. Go to Settings → Gitea Actions and configure:
    • serverUrl — your Gitea instance URL (e.g., https://gitea.example.com)
    • accessToken — a Gitea Personal Access Token with Read access to Actions
  3. (Optional) Set owner and/or repo to narrow the view to a specific repo
  4. Open the Gitea Actions Activity Bar to see workflow runs

Commands

Command Action
Gitea Actions: Refresh Workflows Fetch the latest workflow runs
Gitea Actions: View Run Details Open a detail panel for the selected run
Gitea Actions: Open Run in Browser Jump to the run in your Gitea instance

Settings

Key settings under gitea-actions.*:

  • serverUrl — Gitea server URL (e.g., https://gitea.example.com)
  • accessToken — Personal Access Token for API authentication
  • owner — Repository owner (user or organization). Leave empty to scan all accessible repos.
  • repo — Repository name. Leave empty to scan all repos for the given owner (or all accessible repos if owner is also empty).

Requirements

  • VS Code 1.85.0+
  • Gitea instance with Actions enabled
  • Gitea Personal Access Token with Read permission for Actions

Release Notes

See CHANGELOG.md for version history.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft