You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I've found one missing part in the documentation on how to setup a plugin.
In order to get the data from app-config.yaml file, the gitpod.baseUrl variable to be precise, you need to register the plugin first.
To register a frontend-plugin you need to add it to your packages/app/src/App.tsx file like so:
Hey,
I've found one missing part in the documentation on how to setup a plugin.
In order to get the data from
app-config.yaml
file, the gitpod.baseUrl variable to be precise, you need to register the plugin first.To register a frontend-plugin you need to add it to your
packages/app/src/App.tsx
file like so:Then the Gitpod plugin will be able to read the custom Gitpod URL string from
app-config.yaml
.The text was updated successfully, but these errors were encountered: