WorkspaceFoldersServerCapabilities

langoustine.lsp.structures.WorkspaceFoldersServerCapabilities
See theWorkspaceFoldersServerCapabilities companion object
case class WorkspaceFoldersServerCapabilities(supported: Opt[Boolean], changeNotifications: Opt[String | Boolean])

Value parameters

changeNotifications

Whether the server wants to receive workspace folder change notifications. If a string is provided the string is treated as an ID under which the notification is registered on the client side. The ID can be used to unregister for these events using the client/unregisterCapability request.

supported

The server has support for workspace folders

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product