You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add progress indication for DSL operations (#2176)
### Motivation
Sometimes RBI generation can take a while and the user has no hints that anything is happening. This PR adds progress notifications, so that the user has visual hints that Tapioca is running when a file is saved.
### Implementation
There's not much, I just wrapped our execution in the progress block.
0 commit comments