-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix: remove show done message if no files are generated #846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approach verified and tested with UI Service Generator:
No longer containing The files have been generated
message when there are no files generated:
Thanks @alex-gilin
Further testing: Issue, not displaying pop-up in BAS when generating and path is VSCODE:
BAS:
When running Fiori Generator on path |
YUI is not guess to the specific execution details of individual generators, as this information is internal to each generator's logic. BAS does provide best practice guidelines that specify a default target directory for generator output. It's worth noting that users can easily modify this parameter through the |
Implements: #844
Additional logic to check if no files generated and targetPath is null,
doGeneratorDone empty string passed for message. No pop-up.