gitpod.io/#https://github.com/gitpod-io/empty
.
In addition to the repository, you can also specify overrides for:
editor
workspaceClass
useLatest
Parameter | Description | Example(s) |
---|---|---|
autostart | Skips the workspace creation page | true , false |
editor | Specify IDE or editor to use | code , code-desktop , intellij , goland , phpstorm , pycharm , rubymine , webstorm , rider , clion , rustrover , xterm |
workspaceClass | Specify workspace class to use | g1-standard , g1-large |
gitpod workspace list-classes
gitpod workspace list-editors
#
and the repo URL.
For example:
<gitpod-instance-url>?autostart=true&useLatest=true&<url-parameter>=<url-value>#<full-repo-url>
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/empty
gitpod.io/?autostart=true&editor=code-desktop#https://github.com/gitpod-io/empty