Workspace

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

Value parameters

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

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