WorkspaceFolder

langoustine.lsp.structures$.WorkspaceFolder
See theWorkspaceFolder companion object
case class WorkspaceFolder(uri: URI, name: String)

A workspace folder inside a client.

Attributes

name

The name of the workspace folder. Used to refer to this workspace folder in the user interface.

uri

The associated URI for this workspace folder.

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