We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
swiftlang-6.1.0.101.24 clang-1700.0.4.22
macOS
VSCode
I have configured sourcekit-lsp in VSCode to use compile-commands extracted from bazel. Trying to resolve reverse references fails. The reason is that my path pointing to the global index is relative to the working directory. Once converted to an absolute path, it works. The candidate could be here: https://github.com/swiftlang/sourcekit-lsp/blob/main/Sources/BuildSystemIntegration/CompilationDatabaseBuildSystem.swift#L91-L109
No response
The text was updated successfully, but these errors were encountered:
Synced to Apple’s issue tracker as rdar://141004197
Sorry, something went wrong.
Interpret the -index-store-path relative to the command’s directory
-index-store-path
b07044d
Fixes swiftlang#1856 rdar://141004197
Successfully merging a pull request may close this issue.
Swift version
swiftlang-6.1.0.101.24 clang-1700.0.4.22
Platform
macOS
Editor
VSCode
Description
I have configured sourcekit-lsp in VSCode to use compile-commands extracted from bazel.
Trying to resolve reverse references fails. The reason is that my path pointing to the global index is relative to the working directory. Once converted to an absolute path, it works.
The candidate could be here: https://github.com/swiftlang/sourcekit-lsp/blob/main/Sources/BuildSystemIntegration/CompilationDatabaseBuildSystem.swift#L91-L109
Steps to Reproduce
No response
Logging
No response
The text was updated successfully, but these errors were encountered: