Type Alias PreviousResultId

PreviousResultId: { uri: DocumentUri; value: string }

A previous result id in a workspace pull request.

Type declaration

  • uri: DocumentUri

    The URI for which the client knowns a result id.

  • value: string

    The value of the previous result id.

3.17.0