Skip to content

Commit

Permalink
Update packages/vscode-common/src/testUtil/openNewEditor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
phillco authored Jan 30, 2025
1 parent 121372d commit 7351720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-common/src/testUtil/openNewEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function openNewEditor(
await editor.edit((editBuilder) => editBuilder.setEndOfLine(eol));
}

// Many times running these tests the sidebar will be opened so we close it.
// Many times running these tests opens the sidebar, which slows performance. Close it.
vscode.commands.executeCommand("workbench.action.closeSidebar");

return editor;
Expand Down

0 comments on commit 7351720

Please sign in to comment.