mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Make enum not uppercase
This commit is contained in:
@@ -626,10 +626,10 @@ export interface IEditorTabGroupDto {
|
||||
}
|
||||
|
||||
export enum TabKind {
|
||||
SINGULAR = 0,
|
||||
DIFF = 1,
|
||||
SIDEBYSIDE = 2,
|
||||
OTHER = 3
|
||||
Singular = 0,
|
||||
Diff = 1,
|
||||
SidebySide = 2,
|
||||
Other = 3
|
||||
}
|
||||
|
||||
export interface IEditorTabDto {
|
||||
|
||||
Reference in New Issue
Block a user