mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
More work towards adopting unique tab ids
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user