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
/// Private helper function that serializes an ExtensionEvaluationInput as input JSON, calls the extension runner to invoke the extension, and finally deserializes the output JSON it emits to a ExtensionEvaluationOutput. Adds any errors or warnings to `diagnostics`, and throws an error if there was a failure.
163
164
/// FIXME: This should be asynchronous, taking a queue and a completion closure.
0 commit comments