Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Several miscellaneous fixes #268

Merged
merged 2 commits into from
Jun 27, 2017
Merged

Several miscellaneous fixes #268

merged 2 commits into from
Jun 27, 2017

Conversation

jeffyoung
Copy link
Contributor

First, the setInterval calls should be setTimeout as they should only be done once (since a message is being displayed on the status bar and it only needs to be cleared a single time).

Second, removing the await on the calls to showQuickPick actually allows the VS Code UI to show the status indicator on the Quick Pick. Only the Pull Request quick picks were showing them; WIT-related reuqests were not. I tracked it down to having added these awaits a while back.

Copy link
Member

@jpricket jpricket left a comment

Choose a reason for hiding this comment

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

Nice changes!

@jeffyoung jeffyoung merged commit e7f59bf into master Jun 27, 2017
@jeffyoung jeffyoung deleted the jeyou/misc-fixes branch June 27, 2017 14:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants