mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
fix ASTBuild command exec failed
This commit is contained in:
@@ -141,7 +141,7 @@ actor ClangLanguageService: LanguageService, MessageHandler {
|
||||
else {
|
||||
return nil
|
||||
}
|
||||
return ClangBuildSettings(settings, clangPath: clangdPath)
|
||||
return ClangBuildSettings(settings, clangPath: clangPath)
|
||||
}
|
||||
|
||||
nonisolated func canHandle(workspace: Workspace) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user