diff --git a/clang-tools-extra/clangd/tool/ClangdMain.cpp b/clang-tools-extra/clangd/tool/ClangdMain.cpp --- a/clang-tools-extra/clangd/tool/ClangdMain.cpp +++ b/clang-tools-extra/clangd/tool/ClangdMain.cpp @@ -446,7 +446,7 @@ "\tMac OS: ~/Library/Preferences/\n" "\tOthers: $XDG_CONFIG_HOME, usually ~/.config\n" "Configuration is documented at https://clangd.llvm.org/config.html"), - init(false), + init(true), }; /// Supports a test URI scheme with relaxed constraints for lit tests.