Interface WorkspaceFolder

A workspace folder inside a client.

interface WorkspaceFolder {
    name: string;
    uri: string;
}

Properties

Properties

name: string

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

uri: string

The associated URI for this workspace folder.