gitpod.io/#https://github.com/gitpod-io/empty.
In addition to the repository, you can also specify overrides for:
editorworkspaceClassuseLatest
URL Parameters
For the full list of available options in your installation, run the following Gitpod CLI commands:
gitpod workspace list-classes
gitpod workspace list-editors
If no URL parameter is specified, the users preferences or the organisation policies will take precedence.
URL Structure
The parameters specified in the URL must come before the# and the repo URL.
For example:
<gitpod-instance-url>?autostart=true&useLatest=true&<url-parameter>=<url-value>#<full-repo-url>
URL Examples
gitpod.io/?autostart=true&useLatest=true&editor=intellij#https://github.com/gitpod-io/empty
gitpod.io/?editor=code-desktop#https://github.com/gitpod-io/empty
gitpod.io/?autostart=true&editor=intellij#https://github.com/gitpod-io/emptygitpod.io/?autostart=true&editor=code-desktop#https://github.com/gitpod-io/empty