VS Code Browser
Open from the Action Bar
Authentication Prompt
Complete Authentication Page
Note: If you encounter any issues during the sign-in process, it may be helpful to sign out and try again.
Gitpod Flex: Show Environment Details
command from the Command Palette.Environment Details in VS Code
Cmd+Shift+P
or Ctrl+Shift+P
) and type Gitpod Flex
to view commands such as:
Gitpod Commands
Remote Indicator
.devcontainer.json
, Dockerfile
, or docker-compose.yml
files to the container. This process ensures that your development environment reflects the latest configuration updates.
To rebuild the container, you have two options:
Gitpod Flex: Rebuild Container
Rebuild Prompt
Rebuild Logs
network_mode: "host"
on the main service in your Docker Compose file for VS Code Browser to successfully connect to the environment.Gitpod Flex: Sign Out
command to sign out.Gitpod Flex
output view for any useful information.Developer: Set Log Level...
command to Trace, it would give us more insights. Remember to set it back to Info afterwards.Gitpod Flex: Export all logs
command from the problematic window. This will contain all relevant logs.Note: Be cautious when sharing logs on the internet, as they may contain sensitive information.