More work towards adopting unique tab ids

This commit is contained in:
Logan Ramos
2022-03-16 09:31:15 -04:00
parent 2a5a52be2b
commit 4a8f00b9c4
3 changed files with 43 additions and 21 deletions

View File

@@ -34,6 +34,7 @@ suite('ExtHostEditorTabs', function () {
);
const tab: IEditorTabDto = {
id: 'uniquestring',
isActive: true,
isDirty: true,
isPinned: true,
@@ -125,6 +126,7 @@ suite('ExtHostEditorTabs', function () {
})
);
const tab: IEditorTabDto = {
id: 'uniquestring',
isActive: true,
isDirty: true,
isPinned: true,
@@ -220,6 +222,7 @@ suite('ExtHostEditorTabs', function () {
})
);
const tabDto: IEditorTabDto = {
id: 'uniquestring',
isActive: true,
isDirty: true,
isPinned: true,