Interface EnvironmentVariableScope

The scope object to which the environment variable collection applies.

interface EnvironmentVariableScope {
    workspaceFolder?: WorkspaceFolder;
}

Properties

Properties

workspaceFolder?: WorkspaceFolder

Any specific workspace folder to get collection for.