WorkspaceFolder

A workspace folder is one of potentially many roots opened by the editor. All workspace folders are equal which means there is no notion of an active or primary workspace folder.

Online Documentation

Properties

Link copied to clipboard
abstract val index: Int

The ordinal number of this workspace folder.

Link copied to clipboard
abstract val name: String

The name of this workspace folder. Defaults to the basename of its uri-path

Link copied to clipboard
abstract val uri: Uri

The associated uri for this workspace folder.