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
workspace/didChangeConfiguration: InvalidOperationException: An attempt was made to transition a task to a final state when it had already completed. #1495
PowerShellEditorServices/src/PowerShellEditorServices/Extensions/EditorObject.cs
Line 140 in a12edc9
Consider using TrySetResult to prevent this exception when the editor is re-initialized or sends a workspace/didChangeConfiguration request
Rob Holt (@rjmholt)