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
/// Interface to describe parameters for requests that support streaming results.
5
+
///
6
+
/// See the <see href="https://microsoft.github.io/language-server-protocol/specifications/specification-current/#partialResultParams">Language Server Protocol specification</see> for additional information.
7
+
/// </summary>
8
+
/// <typeparam name="T">The type to be reported by <see cref="PartialResultToken"/>.</typeparam>
9
+
publicinterfaceIPartialResultParams
10
+
{
11
+
/// <summary>
12
+
/// An optional token that a server can use to report partial results (e.g. streaming) to the client.
0 commit comments