interface WorkspaceEdit {
    edits: (WorkspaceFileEdit | WorkspaceTextEdit)[];
}

Properties

Properties