mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Remove TabKind.other
This commit is contained in:
@@ -40,7 +40,7 @@ suite('ExtHostEditorTabs', function () {
|
||||
label: 'label1',
|
||||
viewColumn: 0,
|
||||
additionalResourcesAndViewTypes: [],
|
||||
kind: TabKind.Other
|
||||
kind: TabKind.Singular
|
||||
};
|
||||
|
||||
extHostEditorTabs.$acceptEditorTabModel([{
|
||||
|
||||
Reference in New Issue
Block a user