Interface ConflictPickerOptions

interface ConflictPickerOptions {
    recursive?: boolean;
}

Properties

Properties

recursive?: boolean

When this is set to true a hint is shown that conflicts in directories are handles recursivly You still need to call this function for each directory separatly.