We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are getting Warnings thrown for not handling misc Requests that, it would seem, VSCode itself sends. We should handle these Requests.
So far we've seen: cancelRequest initialize
cancelRequest
initialize
The cancelRequest one would be good for perf for sure.
The text was updated successfully, but these errors were encountered:
Merge pull request PowerShell#602 from daviwil/release/0.11.0
96ef322
Release 0.11.0
Closing as resolved
Sorry, something went wrong.
This will be fixed in Omnisharp transition
No branches or pull requests
We are getting Warnings thrown for not handling misc Requests that, it would seem, VSCode itself sends. We should handle these Requests.
So far we've seen:
cancelRequest
initialize
The cancelRequest one would be good for perf for sure.
The text was updated successfully, but these errors were encountered: