module

LSP::WorkDoneProgressParams

A parameter literal used to pass a work done progress token.

Instance methods

work_done_token

An optional token that a server can use to report work done progress.

Source
work_done_token=(work_done_token : ProgressToken | Nil)

An optional token that a server can use to report work done progress.

Source