I have two XUNIT trait categories on my tests.
[Trait("HasDelay", "Yes"/"No")][Trait("Category", "Integration"/"Unit")]
I'm struggling to apply this filter in VS Code Test explorer. I've tried different syntax but to no avail. I'd like to only run tests that has "Category=Integration" and "HasDelay=No".
