[IDE] Make desktop IDEs contribute their own actions #9685
Labels
meta: stale
This issue/PR is stale and will be closed soon
team: IDE
type: feature request
New feature or request
Is your feature request related to a problem? Please describe
Today desktop IDEs assume that there's a link they can redirect to. This is not always the case. Sometimes a desktop IDE is used by running a command (e.g. #9323). If we wanted to introduce means other than redirecting to a URL, such as displaying some additional content, we would need to extend the dashboard on a case-by-case basis.
Instead, desktop IDEs should be able to contribute their own follow-up actions through blobserve, akin to how web IDEs do it. We could either serve a JSON manifest which gets used (in which case this could become part of the IDE configmap), or HTML instead.
The text was updated successfully, but these errors were encountered: