interface WorkspaceEdit {
    edits: (IWorkspaceFileEdit | IWorkspaceTextEdit | ICustomEdit)[];
}

Properties

Properties