-
Notifications
You must be signed in to change notification settings - Fork 314
Add support for a compile database file not at the root of a workspace #915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ public final class SKSwiftPMTestWorkspace { | |
/// Connection to the language server. | ||
public let testClient: TestSourceKitLSPClient | ||
|
||
/// When `testServer` is not `nil`, the workspace will be opened in that server, otherwise a new server will be created for the workspace | ||
/// When `testClient` is not `nil`, the workspace will be opened in that client's server, otherwise a new client will be created for the workspace | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not really related, but I was confused by the wording here when browsing the codebase. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, I recently changed |
||
public init( | ||
projectDir: URL, | ||
tmpDir: URL, | ||
|
Uh oh!
There was an error while loading. Please reload this page.