Interface WorkspaceEditMetadata

Additional data about a workspace edit.

interface WorkspaceEditMetadata {
    isRefactoring?: boolean;
}

Properties

Properties

isRefactoring?: boolean

Signal to the editor that this edit is a refactoring.