window

object window
class Object
trait Matchable
class Any
window.type

Type members

Classlikes

The log message notification is sent from the server to the client to ask the client to log a particular message.

The log message notification is sent from the server to the client to ask the client to log a particular message.

object showDocument extends LSPRequest

A request to show a document. This request might open an external program depending on the value of the URI to open. For example a request to open https://code.visualstudio.com/ will very likely open the URI in a WEB browser.

A request to show a document. This request might open an external program depending on the value of the URI to open. For example a request to open https://code.visualstudio.com/ will very likely open the URI in a WEB browser.

since 3.16.0

The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.

The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.

The show message request is sent from the server to the client to show a message and a set of options actions to the user.

The show message request is sent from the server to the client to show a message and a set of options actions to the user.