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
While doing #155 I realized that only semantic tokens can handle a partial result in it's Request::Result. Would it make sense to add a new trait for requests that can return partial results instead of making every result an enum?
Can any request return a partial result? Not sure how this is supposed to work. Does it make sense to just provide a generic struct to be used if a partial result is accepted
While doing #155 I realized that only semantic tokens can handle a partial result in it's
Request::Result
. Would it make sense to add a new trait for requests that can return partial results instead of making every result anenum
?The text was updated successfully, but these errors were encountered: