Workspace

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

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product