Interface FolderPreferenceProviderOptions

interface FolderPreferenceProviderOptions {
    configUri: URI;
    sectionName: undefined | string;
}

Properties

configUri: URI
sectionName: undefined | string