Workspace

langoustine.lsp.structures$.ServerCapabilities$.Workspace
See theWorkspace companion object
case class Workspace(workspaceFolders: Opt[WorkspaceFoldersServerCapabilities], fileOperations: Opt[FileOperationOptions])

Attributes

fileOperations

The server is interested in notifications/requests for operations on files. since 3.16.0

workspaceFolders

The server supports workspace folder. since 3.6.0

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product