.gitpod.yml
into a devcontainer.json
and automations.yml
setup.
.devcontainer/devcontainer.json
: Defines your development environment by setting the workspace folder, image, user, and other settings, aligned with Gitpod Classic experience..gitpod/automations.yml
: Contains tasks extracted from .gitpod.yml
, maintaining their dependency order.automations.yml
file using the following command:
/workspaces
vs /workspace
). VS Code may not open the correct folder automatically after rebuilding. To fix this:
/workspace/<project>
folder.gitpod env migrate
creates these baseline files, you need to make manual adjustments to match your requirements.
Note, for instance, that the default Dev Container image differs from the Gitpod Classic workspace image. You’ll need to create a custom image for a more optimized environment.
Refer to the following resources to learn more about the configuration options: