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 cf91181 + b668f99 commit b21edcdCopy full SHA for b21edcd
Sources/SourceKitLSP/Clang/ClangLanguageServer.swift
@@ -420,7 +420,7 @@ extension ClangLanguageServerShim {
420
if let compileCommand = clangBuildSettings?.compileCommand {
421
let note = DidChangeConfigurationNotification(settings: .clangd(
422
ClangWorkspaceSettings(
423
- compilationDatabaseChanges: [url.path: compileCommand])))
+ compilationDatabaseChanges: [AbsolutePath(url.path).pathString: compileCommand])))
424
forwardNotificationToClangdOnQueue(note)
425
}
426
0 commit comments