Skip to content

Minor 0.9.0 fixes #341

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

Merged
merged 2 commits into from
Jan 18, 2017
Merged

Minor 0.9.0 fixes #341

merged 2 commits into from
Jan 18, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Jan 18, 2017

Apparently I've had these sitting around for a while and forgot to send a PR...

This change fixes PowerShell/vscode-powershell#408 which states that code
action requests sent for diagnostic markers created by other extensions
cause our language server to crash.  This was due to us not handling the
case where irrelevant diagnostics might (mistakenly?) get sent to us to
resolve their code actions.
@daviwil daviwil added this to the 0.9.0 milestone Jan 18, 2017
Today's VS Code Insiders release has started sending file requests with a
file scheme of 'git' which causes a crash in our language server.  This is
a temporary fix until we add more robust file URI scheme handling with the
fix to issue #342.
@daviwil daviwil force-pushed the daviwil/fix-vsc-390-408 branch from 7f22985 to 8f82095 Compare January 18, 2017 19:16
@daviwil daviwil merged commit a878a99 into develop Jan 18, 2017
@daviwil daviwil deleted the daviwil/fix-vsc-390-408 branch January 18, 2017 19:17
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.

2 participants