Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Semaphore CI StatusNew to Visual Studio Code? Get it now.
Semaphore CI Status

Semaphore CI Status

devfort

|
606 installs
| (0) | Free
Monitor project's Semaphore CI status from Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Semaphore CI Status

The extension allows you to view the build status of your project on Semaphore CI from within Visual Studio Code.

Features

At this moment the extension allows you to preview the build status of the specific project branch that you want to observe (as specified in the configuration file described below). In this first version the extension allows only for a single project and single branch monitor.

Semaphore CI Status

Usage

Once installed, the build status of your specific project branch will be displayed at the Visual Studio Code status bar. In order to be enable the extension to communicate with the Semaphore CI, you need to have .semaphore-ci.yml file in the root of your Visual Studio Code workspace. In this file you specify the following:

authToken: semaphore-auth-token
project: project-hash-id
branch: branch-name

Commands

The extension contributes the following commands to your Visual Studio Code:

  • SemaphoreCI: Update Status: Manually refresh the build status of the specified branch.
  • SemaphoreCI: View Branch in Semaphore: Open the specified branch in the Semaphore CI web page.

Settings

The extension contributes the following settings parameters to your Visual Studio Code:

  • semaphoreci.pollInterval: Interval (in minutes) for refreshing the build status.

E.g. every five minutes:

"semaphoreci.pollInterval": 5

The default value is 0 (zero), which means no automatic refresh.

Contribution

In case you run into any issues while using the extension or have a suggestion on how to improve it, please create an issue here.

License

Distributed under the MIT License.

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