Interface DocumentFormattingOptions

Provider options for a DocumentFormattingRequest.

interface DocumentFormattingOptions {
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

workDoneProgress?: boolean