WorkspaceFoldersChangeEvent

langoustine.lsp.structures.WorkspaceFoldersChangeEvent
See theWorkspaceFoldersChangeEvent companion object
case class WorkspaceFoldersChangeEvent(added: Vector[WorkspaceFolder], removed: Vector[WorkspaceFolder])

The workspace folder change event.

Value parameters

added

The array of added workspace folders

removed

The array of the removed 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