tabs - move move into TabGroups

This commit is contained in:
Johannes
2022-03-18 14:27:37 +01:00
parent 897c851383
commit c385364f5d
5 changed files with 27 additions and 22 deletions

View File

@@ -391,7 +391,7 @@ suite('vscode API - window', () => {
const group2Tabs = tabGroups.groups[1].tabs;
assert.strictEqual(group2Tabs.length, 1);
await group1Tabs[0].move(1, ViewColumn.One);
await tabGroups.move(group1Tabs[0], ViewColumn.One, 1);
});
// TODO @lramos15 re-enable these once shape is more stable