workDoneProgress

langoustine.lsp.requests$.window$.workDoneProgress$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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

Graph
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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
create.type