-
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
Inform users about what devifle was used to create a workspace with the factory #12741
Comments
What is most important is the case when no devfile is found in the repository. We should inform the user about it and that a generic development stack will be used. |
Implemented as additional loading step: |
@mshaposhnik that works fine for me thanks. I think you could improve it in 2 ways:
|
about the first - I'm added expected filename into message; |
@mshaposhnik that's ok if we cannot make it bold. |
Done in #12906 |
Description
Since we may support different devfile names like: .devfile , devfile, Devfile, devfile.yaml, and because if devfile does not exist in the repository we may use default one it would be nice to inform users about what devfile we used to create a workspace.
Maybe somethign like
Loading workspace from .devfile
on this page.Implementation can be separated into two phases.
The text was updated successfully, but these errors were encountered: