Skip to content
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

utils: Add onProgress state to show activity log creating in real-time #1767

Merged
merged 8 commits into from
Aug 22, 2024

Conversation

nturinski
Copy link
Member

This leverages the new changes to the activity tree that will automatically create children for the onSuccess and onError states. We already had an emitter for running/progress, so it was pretty easy to add another output for in progress. I'll put up a PR in VM's that showcases the changes shortly.

@nturinski nturinski requested a review from a team as a code owner August 12, 2024 21:29
@MicroFish91
Copy link
Contributor

MicroFish91 commented Aug 13, 2024

Nice! I'll try testing this out in ACA as well

@@ -10,6 +10,6 @@
"**/node_modules": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this changed, but I noticed some of our other extensions are like that so I just left it.

@nturinski nturinski merged commit 5fc8cb4 into main Aug 22, 2024
4 checks passed
@nturinski nturinski deleted the utils/nat/progressActivityChild branch August 22, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants