Remove TabKind.other

This commit is contained in:
Logan Ramos
2022-03-14 14:55:00 -04:00
parent 43ebce7ce2
commit 6837589569
4 changed files with 3 additions and 6 deletions

View File

@@ -628,8 +628,7 @@ export interface IEditorTabGroupDto {
export enum TabKind {
Singular = 0,
Diff = 1,
SidebySide = 2,
Other = 3
SidebySide = 2
}
export interface IEditorTabDto {