The Opts.LineFoldingOnly must be set before the clangdServer
construction, otherwise this flag is always false when using clangd in VSCode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks. Sorry I missed this.
clang-tools-extra/clangd/ClangdLSPServer.cpp | ||
---|---|---|
468–469 | I think we should do this after the Opts has been fully set to avoid the confusion |
I think we should do this after the Opts has been fully set to avoid the confusion