swiftlang/vscode-swift

Run Multiple Times / Until Failure commands showing up for non-Swift tests

award999 opened this issue · 1 comments

Describe the bug
You can see these new context menu commands for test cases that aren't swift tests

To Reproduce
Steps to reproduce the behavior:

  1. Open a workspace that has no Swift source (I had a Go workspace open)
  2. Go to the test explorer and right-click on a test case
  3. See commands
    Screenshot 2024-08-29 at 3 27 23 PM

NOTE When clicking the actually Swift extension activates and tries to run but fails obviously

Expected behavior
Hide these commands for non-Swift tests

Environment
All environments

Additional context
N/A

Verified with be8372e