You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix "Run Tests Multiple Times" on Linux
When we process the `...args` passed to the 'run multiple' commands
we're only checking if the argument is an object before deeming it a
TestItem.
On linux VS Code is passing an event object like `{ preserveFocus: true }`,
which is being treated as a TestItem and causing the command to error
out.
0 commit comments