Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sean-mcmanus
Copy link
Contributor

@sean-mcmanus sean-mcmanus commented Mar 5, 2019

Fix for #3206 .
Also, fixed some minor issues with #3221 .

@sean-mcmanus sean-mcmanus requested a review from a team March 5, 2019 01:22
Copy link
Contributor

@lh123 lh123 left a comment

Choose a reason for hiding this comment

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

I think async function installVsix(vsixLocation: string, updateChannel: string): Promise<void>
should be function installVsix(vsixLocation: string, updateChannel: string): Promise<void>

@sean-mcmanus
Copy link
Contributor Author

I think async function installVsix(vsixLocation: string, updateChannel: string): Promise
should be function installVsix(vsixLocation: string, updateChannel: string): Promise

Yeah, I think whoever added the async might have been confused by the linter which shows "This maybe be converted to an async function" when the async is removed -- the Quick Fix code action for that converts the .then to an await.

@sean-mcmanus sean-mcmanus merged commit 01d0137 into master Mar 6, 2019
@sean-mcmanus sean-mcmanus deleted the seanmcm/fixInstallVsix branch March 6, 2019 00:42
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2020
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.

4 participants