mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Remove TabKind.other
This commit is contained in:
@@ -628,8 +628,7 @@ export interface IEditorTabGroupDto {
|
||||
export enum TabKind {
|
||||
Singular = 0,
|
||||
Diff = 1,
|
||||
SidebySide = 2,
|
||||
Other = 3
|
||||
SidebySide = 2
|
||||
}
|
||||
|
||||
export interface IEditorTabDto {
|
||||
|
||||
Reference in New Issue
Block a user