We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b7f21 + 3b2160e commit a3c9cfdCopy full SHA for a3c9cfd
Tests/SourceKitLSPTests/WorkspaceTests.swift
@@ -1368,6 +1368,7 @@ final class WorkspaceTests: XCTestCase {
1368
options: .testDefault(experimentalFeatures: [.sourceKitOptionsRequest]),
1369
workspaceFolders: [WorkspaceFolder(uri: DocumentURI(scratchDirectory), name: nil)]
1370
)
1371
+ try await testClient.send(PollIndexRequest())
1372
1373
// Check that we can infer build settings for the header from its main file. indexstore-db stores this main file
1374
// path as `/private/tmp` while the build system only knows about it as `/tmp`.
0 commit comments