Tests open editors in the Extension Development Host
Opened this issue · 0 comments
swils commented
Something in the tests is opening up a number of empty editors in the Extension Development Host. To clean this up, I currently have to add the following to a root hook running after all tests:
await vscode.commands.executeCommand("workbench.action.closeAllEditors");
Find out the cause so that maybe this is no longer necessary.