Skip to content

Tests open editors in the Extension Development Host #4

@swils

Description

@swils

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions