LinkORB Engineering
At the time of this writing, Codespaces may be hosted in one of the following regions:
Unless otherwise specified, all Codespaces will be generated in the closest available region based on your location (IP address) at creation time. Setting your default region for GitHub Codespaces provides instructions for viewing or modifying this setting.
As stated in Using Github Codespaces prebuilds, modifying Region availability for Codespace prebuilds is recommended as it reduces prebuild creation time and storage requirements.
The purpose of this guide is to provide the reader confidence in aligning these two configuration settings.
To check the region of an existing Codespace, do the following:
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
}
After the Codespace has been rebuilt, open a bash terminal and execute the following command:
gh api /user/codespaces/$CODESPACE_NAME --jq .location
This will return the region of the current Codespace.
#github-codespaces
)