-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
💡 [Feature]: Add 'check output window to follow the progress' message to every CLI Action #286
Comments
shoot it over to me 😎. |
Rockstar 🤩 |
@DevPio I just added and hacktoberfest label to this issue. If you open a PR for this issue over October it will count towards the hacktoberfest event 🤩 |
Do you want the functionality to ensure that all CLI command executions automatically display the status in the VS Code output window, along with adding Notifications.info for tracking changes on screen and Notifications.error in case of an error? |
it's not about every CLI command execution but every that is done over the CLI actions.
the issue is about changing this to
The same way as we already have for the |
@DevPio how's it going? Could you share some update on this issue? Do you need any help from my side to get you unblocked? The CLIActions got a bit more code and functionality so just to clarify we should add the output link in the progress notify only for the following actions not to every action which is out there in this class |
@DevPio any update on this issue? Do you need any additional help from my side to get you unblocked? |
@DevPio ping 👆🙏 |
Hi Adam, feel free to leave the issue open and move on to another one. Unfortunately, I’ve been too busy to work on it. My apologies. |
no problem. Thanks for the response |
Can I work on this one? |
Sure |
…user guidance, Closes #286 (#384) ## 🎯 Aim Includes check output window for CLI Actions ## 📷 Result ![image](https://github.com/user-attachments/assets/fa9b81a4-fc55-4436-86ee-3fdd559ba510) ## ✅ What was done - [X] Added check output window for CLI Actions ## 🔗 Related issue Closes #286
And another one! This will also be part of the next pre-release. |
🎯 Aim of the feature
In
deploy
action we show the following messageThe 'check [output window]...' part is really helpful as it is easy to transfer to the VS Code extension output and check what it is currently doing and what CLI for Microsoft 365 commands are done under the hood to make this happen
Unfortunately this was only added to this single action.
We should:
window.withProgress...
add theCheck [output window](command:${Commands.showOutputChannel}) to follow the progress.
sentence to the loader/progress message📷 Images (if possible) with expected result
No response
🤔 Additional remarks or comments
No response
The text was updated successfully, but these errors were encountered: