Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 08b69e8

Browse files
authored
1.22.0 Changelist (#821)
1 parent aa318a5 commit 08b69e8

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,38 @@
22

33
This page documents production updates to Cloud Code for Visual Studio Code. You can check this page for announcements about new or updated features, bug fixes, known issues, and deprecated functionality.
44

5+
## Version 1.22.0 (July 2023)
6+
7+
### New Features
8+
9+
* **Cloud Code Login:**
10+
Logging in to Google Cloud is no longer delegated to the Google Cloud CLI. This makes for a faster and more native login experience, and reduces Cloud Code's dependency on the Google Cloud CLI. You might need to re-login after this update is installed.
11+
![Cloud Code first party login in the browser](https://www.gstatic.com/cloudssh/cloudcode/cc-first-party-login.png)
12+
* Note that this authentication method does not work to authenticate Google APIs in applications you develop. To do that, you now must install the Google Cloud CLI and get Application Default Credentials. See [Cloud Code documentation](https://cloud.google.com/code/docs/vscode/install#authenticate_credentials_for_debugging_applications_locally) for more information.
13+
* **Google Cloud CLI management updates:**
14+
The most commonly encountered issue with Cloud Code occurs right at startup, when Cloud Code installs the Google Cloud CLI. This operation takes a lot of time and CPU. We've taken several steps to reduce this friction and give you more control over and insight into the installation process.
15+
* Cloud Code now empowers users with more options to install Google Cloud CLI. The first time you use a feature that requires the CLI, you’ll be given the option to learn how to self-install it right from the IDE, use an existing installation, or continue with managed dependencies.
16+
![Prompt that shows the first time a user needs Google Cloud CLI](https://www.gstatic.com/cloudssh/cloudcode/gcloud-on-demand-first-time-prompt.png)
17+
* The new "Install Google Cloud CLI" guide, built right into the IDE, makes it easy for both new and old users to get started with a self installed version of Google Cloud CLI. This way, you're in complete control of Cloud Code’s dependencies. You can also access this guide at any time by clicking "Install Google Cloud CLI" in the Help and Feedback explorer.
18+
![Guide that shows how to install the Google Cloud CLI](https://www.gstatic.com/cloudssh/cloudcode/gcloud-install-guide.png)
19+
* Installation is postponed to the time the CLI is required. If you already use managed dependencies, the same delay you experienced every time you start up Cloud Code (if any) will occur right before you use functionality that requires the CLI or its components. We have worked to reduce the number of features dependent on the CLI, so this will occur less frequently.
20+
* When using self managed dependencies, Cloud Code will help you install all required components and keep you up to date with minimum required versions.
21+
22+
### Updates
23+
24+
* Docker Desktop is no longer automatically launched by Cloud Code in operations that require it. These flows will now error out and you'll be asked to try again once you've launched Docker Desktop.
25+
26+
### Bug Fixes
27+
28+
* Managed dependencies install script does not work on Windows if the user path has a space.
29+
[#810](https://github.com/GoogleCloudPlatform/cloud-code-vscode/issues/810)
30+
531
## Version 1.21.8 (June 2023)
632

733
### Bug Fixes
834

935
* Fix Cloud Run deployment bug that crashes when deploying with a sql connection.
36+
[#804](https://github.com/GoogleCloudPlatform/cloud-code-vscode/issues/804)
1037
* Fix gcloud installer script bug where the installer would break on a file path
1138
with a space.
1239
[#810](https://github.com/GoogleCloudPlatform/cloud-code-vscode/issues/810)

0 commit comments

Comments
 (0)