Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface 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.

层级

  • WorkspaceFolder

索引

Properties(3)

Properties(3)

Readonly uri

uri: Uri

The associated uri for this workspace folder.

Note: The Uri-type was intentionally chosen such that future releases of the editor can support workspace folders that are not stored on the local disk, e.g. ftp://server/workspaces/foo.

Readonly name

name: string

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

Readonly index

index: number

The ordinal number of this workspace folder.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹