You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code action requests from other extensions crash the language server
This change fixesPowerShell/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.
0 commit comments