Re-enable vscode.open tab est

This commit is contained in:
Logan Ramos
2022-03-17 10:12:00 -04:00
parent e2540eaaac
commit 1e0f8c9ba1
4 changed files with 5 additions and 6 deletions

View File

@@ -394,8 +394,7 @@ suite('vscode API - window', () => {
await group1Tabs[0].move(1, ViewColumn.One);
});
// TODO @lramos15 debug this test to figure out why it's failing
test.skip('Tabs - vscode.open & vscode.diff', async function () {
test('Tabs - vscode.open & vscode.diff', async function () {
// Simple function to get the active tab
const getActiveTab = () => {
return window.tabGroups.groups.find(g => g.isActive)?.activeTab;