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
Don't prepend target id to test ids if it exists (#941)
sourcekit-lsp will start prepending a test target's name to the test id.
This helps disambiguate when there are two identically named suites in
two different test targets.
To maintain the current behaviour with older sourcekit-lsp versions
only prefix the test target if it isn't already there.
0 commit comments