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 initial reporting of diagnostics #75

Merged
merged 2 commits into from
Jan 28, 2021

Conversation

alcarney
Copy link
Member

The issue was that the diagnostics were being reported before the
server had responded to the initialize request - which is against
the protocol.

Instead the server now listens for the initialized notification from
the client and exposes a hook to features where on first startup code
can be run once initialization has finished

Closes #68

The issue was that the diagnostics were being reported before the
server had responded to the `initialize` request - which is against
the protocol.

Instead the server now listens for the `initialized` notification from
the client and exposes a hook to features where on first startup code
can be run once initialzation has finished
@alcarney alcarney merged commit 068f082 into swyddfa:develop Jan 28, 2021
@alcarney alcarney deleted the fix-diagnostics branch February 19, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Diagnostics are not reported on initialisation
1 participant