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

Fix issue with invoking commands before cpptools is activated #8821

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

Colengms
Copy link
Contributor

Addresses: #8785

Adding a missing await that was causing us to return from activate() before we were fully activated.
Moved registration of commands to within activate().
Added an await to one command that was not already waiting for the client to be ready.

@Colengms Colengms merged commit 485dbde into main Feb 10, 2022
@Colengms Colengms deleted the dev/coleng/commands_before_activate branch February 10, 2022 02:23
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2022
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.

2 participants