Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests open editors in the Extension Development Host #4

Open
swils opened this issue Jun 25, 2021 · 0 comments
Open

Tests open editors in the Extension Development Host #4

swils opened this issue Jun 25, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@swils
Copy link
Owner

swils commented Jun 25, 2021

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.

@swils swils added the bug Something isn't working label Jun 25, 2021
@swils swils self-assigned this Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant