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

Properties

Properties