an0rak-dev / vscode-gcp-cloudbuild

[LOOKING FOR A NEW MAINTAINER] Add GCP CloudBuild support in VSCode
Apache License 2.0
2 stars 1 forks source link

Google Cloud Platform CloudBuild extension for VSCode

This extension allows you to always have a look of your Cloudbuild job's status directly inside Visual Studio Code.

Features

Track the status of your CloudBuild job for the current branch right after you've pushed to it !

GCP CloudBuild on the fly check of Job status

Requirements

For this extension to run, you'll need the gcloud command line installed locally in your computer, see here.

Also, the project of your gcloud command must be already setted (with the command gcloud config set project [YOUR_PROJECT_ID]).

Installation

To install the extension with the latest version of Visual Studio Code :

Known Issues

If you find an issue or have a feature request, you can contribute it here

Release Notes