Skip to content

Files

Latest commit

c233889 · Sep 18, 2024

History

History
This branch is 1 commit ahead of, 79 commits behind golang/vscode-go:master.

build

Release process

🚧 Under construction 🚧

We are currently working on migrating the release process to the Go project's relui (golang.org/x/build/cmd/relui).

  • Dockerfile: defines the image containing tools and environments needed to build and test the extension. (e.g. Go, Node.js, jq, etc.)
  • build-ci-image.yaml: defines the workflow to build the container image used for extension testing and releasing.
  • release.yaml: defines the (soon-to-be-deprecated) workflow to build/publish the extension in GCB.