Prerequisites
The following tools are expected to be installed and set up on your system:
- Install and set up Visual Studio Code on your machine.
- Install and configure language support. The Cloud Code extension works best with these four languages:
Additional dependencies
Docker
Ensure the following are installed and added to the PATH
environment variable
of your machine:
- Docker client;
authenticated with your Docker registry
- If you're using Windows Home, refer to this guide on how to set up your Docker client.
- If you're using WSL but cannot install Docker for Desktop, use minikube instead for local development with Cloud Code.
Google Cloud project
If you're using Google Cloud, you'll also need a project.
Projects allow you to collect all of the related resources for a single application in one place as well as manage APIs, enable Google Cloud services, add and remove collaborators, and manage permissions for Google Cloud resources:
Custom versions of dependencies
Cloud Code can install some command-line dependencies for you automatically,
and will prompt for your permission to install them, if they're not already
installed. If you would prefer to use custom versions of these dependencies,
you may opt out of dependency management by setting 'Auto Dependencies' (cloudcode.auto-install
) to
false in Settings (accessible through the Manage menu
> Settings).
Then, install the following on your
PATH
:
Installation steps
Install the plugin directly from the Visual Studio Code Marketplace.
Alternatively, select the Extensions view
in VS Code by clicking on its square icon from the left side taskbar. Search for the Cloud Code plugin and click Install.
Once the extension has successfully installed, the Cloud Code icons are added to the left side activity bar and ready for use.
Authentication with Google Cloud
If you're developing with Google Cloud, Cloud Code automatically
installs Cloud SDK (if not already installed) and uses your active
configuration's account by default. You can log in and out of this account
by using any Cloud Code view (such as the Kubernetes Explorer view
) and
choosing the appropriate Cloud SDK action.
Logging in this way takes you through the Cloud SDK authentication process in your web browser. To help with application development with Google Cloud APIs, your Application Default Credentials are also updated during this process.
You can log out of the Cloud SDK using the sign out icon in any Cloud Code view, accessible when you hover over the project name. If you'd like to switch projects in Cloud Code instead, you can select the switch project icon and specify your preferred project within the same account.