hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Handle empty workspaceFolders case #162

Closed fgreinacher closed 3 years ago

fgreinacher commented 4 years ago

This change properly handles the case where the workspaceFolders array of the VS Code API is empty.

fgreinacher commented 4 years ago

@hbenl We noticed a crash when using the Test Explorer in Theia with no workspace opened. Would be great to get this fix in. Thanks!

hbenl commented 3 years ago

Thanks!