From 5777fc1b8ea6ee79ae4d1019261e88526bc1e74a Mon Sep 17 00:00:00 2001 From: otherJL0 Date: Mon, 28 Jun 2021 11:03:09 -0400 Subject: [PATCH] Adding clangd language serever config file to point to build/ directory for compile_commands.json --- .clangd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clangd diff --git a/.clangd b/.clangd new file mode 100644 index 0000000000..d7911aaf64 --- /dev/null +++ b/.clangd @@ -0,0 +1,2 @@ +CompileFlags: + CompilationDatabase: build/ # Search build/ directory for compile_commands.json