posit-dev / publisher

MIT License
3 stars 0 forks source link

Add progress indicator for homeview APIs #1959

Closed sagerb closed 2 months ago

sagerb commented 2 months ago

Intent

Resolves #1958

Adds a HomeView progress indicator while API calls are outstanding

Type of Change

Approach

Wrapped API calls with VSCode's withProgress call, showing on the HomeView.

Automated Tests

Directions for Reviewers

Verify you see a progress indicator within HomeView when it is initializing, after switching to publisher view. This will be very visible if you open a very large folder in VSCode as the base dir.

Checklist