Skip to content
View entire changelog

VS Code extension now supports Rollback pipeline values

Enhancement

We’ve updated the CircleCI VS Code extension to support a new set of pipeline values used by the Rollbacks feature.

You can now view and work with these deployment-specific values directly within your development environment.

Newly supported pipeline values:

  • pipeline.deploy.component_name
  • pipeline.deploy.environment_name
  • pipeline.deploy.target_version
  • pipeline.deploy.current_version
  • pipeline.deploy.namespace

>Previous changes