WorkspaceFolder

case class WorkspaceFolder(uri: URI, name: String)

A workspace folder inside a client.

Value parameters:
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
Source:
structures.scala
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