Interface FoldingRangeOptions

interface FoldingRangeOptions {
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

workDoneProgress?: boolean