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
The tests below this, starting at 'can accept custom input as ...'
were failing for some reason due to a change in VS Code Insiders.
After commenting out the test 'can handle additional items ...'
the other tests started passing.
SOLUTION:
By adding `await` to picker.setFilter() in all uses everything now
passes.
Signed-off-by: Nikolas Komonen <[email protected]>
0 commit comments