WorkspaceFoldersInitializeParams

langoustine.lsp.structures.WorkspaceFoldersInitializeParams
See theWorkspaceFoldersInitializeParams companion object
case class WorkspaceFoldersInitializeParams(workspaceFolders: Opt[Opt[Vector[WorkspaceFolder]]])

Value parameters

workspaceFolders

The workspace folders configured in the client when the server starts. This property is only available if the client supports workspace folders. It can be null if the client supports workspace folders but none are configured. 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