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
When I have a SwiftPM project with a test file containing
import XCTest
classFoo:XCTestCase{}
and I add func testFoo() {} inside the class, no new test indicator appears in the the gutter. As far as I can tell, the extension does not refresh the list of tests for the document from SourceKit-LSP. This issue did not exist in 2.2.0. Based on my bisection it was introduced between 2.2.0 and 2.4.0.