github GoogleCloudPlatform/cloud-code-vscode v1.13.0
Cloud Code v1.13.0

latest releases: v2.6.0, v2.0.0, v1.22.1...
2 years ago

Version 1.13.0 (June 2021)

New Features

  • Simplified combined Kubernetes Explorer and Google Kubernetes Engine Explorer experience Google Kubernetes Engine Explorer is now merged into Kubernetes Explorer for a unified experience. Kubernetes Explorer now takes you to the Cloud Console for GKE cluster management operations, such as creation and deletion of clusters. Managing cluster types other than minikube and GKE is no longer supported; you’ll need to use the cloud provider's tools to create other cluster types and add them to your KubeConfig.

Simplified Kubernetes Explorer

Create GKE Cluster

  • Iterative debugging When you're in debug mode and you make a change to your project, Cloud Code now redeploys your project and sets up a new debug session. You can toggle this feature with the “watch” flag in the launch configuration of your project. By default, “watch” is set to true (similar to run mode).

Iterative Debugging

  • Change Build Environment on the fly If, when you begin your Run/Debug on Kubernetes session, Cloud Code detects that you aren't using a recommended build environment for your development environment, you will have a chance to modify the build environment in your current Skaffold profile or change your Skaffold profile to one that uses a recommended build environment.

Change Build Environment

  • Auto-start docker prompt When running or debugging Kubernetes and Cloud Run, you now are presented with a new quick-pick menu to start Docker service as part of the dependency check.

Auto-start Docker Prompt

Updates

  • Managed Cloud SDK performance improvements Improvements to the managed Cloud SDK installation process means much of Cloud Code functionality is now available 2 to 5x times faster upon installing the extension. Additionally, these improvements come with reduced memory consumption and fewer fatal/corruption errors.

  • Improvement to Cloud Run local development webview The webview now immediately shows any input error without needing to click “Run” button.

Cloud Run Validation

Bug Fixes

  • Fixed the application name to use kebab case while cloning template repos. #430

Don't miss a new cloud-code-vscode release

NewReleases is sending notifications on new releases.