use gh username for todo-tags, nuke some todo-tags

This commit is contained in:
Johannes Rieken
2020-11-02 14:16:55 +01:00
parent ab94234299
commit 1bd7cf9e41
13 changed files with 16 additions and 19 deletions

View File

@@ -1307,7 +1307,7 @@ export interface IWorkspaceCellEditDto {
export interface IWorkspaceEditDto {
edits: Array<IWorkspaceFileEditDto | IWorkspaceTextEditDto | IWorkspaceCellEditDto>;
// todo@joh reject should go into rename
// todo@jrieken reject should go into rename
rejectReason?: string;
}