[clangd] Fix argument type (bool->float).
The default value is 1.3f, but it was cast to true, which is not a good base for code completion score. Differential Revision: https://reviews.llvm.org/D88970
Loading
Please register or sign in to comment