Interface WorkspaceSymbolRegistrationOptions

Registration options for a WorkspaceSymbolRequest.

interface WorkspaceSymbolRegistrationOptions {
    resolveProvider?: boolean;
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

resolveProvider?: boolean

The server provides support to resolve additional information for a workspace symbol.

3.17.0

workDoneProgress?: boolean