-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code side panel for Devfile Commands #21702
Comments
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
With the extensions like Task Manager the UX for running the Devfile Commands is a bit better. Nevertheless, there're much more we can do for making it much more convenient. So, reopening the issue. |
/remove-lifecycle stale |
Does reopening this issue have any indication on when it will be prioritized? I'd like to add a vote for it. |
AFAIK, it's not among the nearest priorities of our team. But contributions are welcomed, of course ) |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Took me a while to figure out how to access devfile defined commands from the VS Code editor default. Just an alternative, a little higher-visibility on some documentation somewhere might help too. |
I've just come up with an idea on how to make it as simple as possible, probably. The command would be |
Sorry it's been a long time replying. I think that finding links to those built-in commands was what I was expecting by default from the che menu. Even if it links over to some kind of context as to how those are defined or triggered would be helpful, so the UI helps self-document how predefined devfile commands can be used. |
Is your enhancement related to a problem? Please describe
Currently, the Devfile Commands are translated to VS Code Tasks. A typical way to run such a Task is using the Commands Palette. Although it is the only way provided by VS Code, it's not the best UX. Especially for the users who are not very familiar yet with the VS Code.
Describe the solution you'd like
It would be great to add a side panel with the Devfile Commands listed. It can provide:
Describe alternatives you've considered
No response
Additional context
VS Code provides Tasks API for the extensions:
https://code.visualstudio.com/api/references/vscode-api#tasks
The text was updated successfully, but these errors were encountered: