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.
1 parent cf91181 commit b668f99Copy full SHA for b668f99
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