workDoneProgress

langoustine.lsp.requests.window.workDoneProgress

Attributes

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object cancel extends LSPNotification

The window/workDoneProgress/cancel notification is sent from the client to the server to cancel a progress initiated on the server side.

The window/workDoneProgress/cancel notification is sent from the client to the server to cancel a progress initiated on the server side.

Attributes

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type
cancel.type
object create extends LSPRequest

The window/workDoneProgress/create request is sent from the server to the client to initiate progress reporting from the server.

The window/workDoneProgress/create request is sent from the server to the client to initiate progress reporting from the server.

Attributes

Source
requests.scala
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type
create.type