Uses the protocol changes proposed in https://github.com/microsoft/language-server-protocol/pull/1556
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang-tools-extra/clangd/ClangdLSPServer.cpp | ||
|---|---|---|
| 885 | A potential bug here. If client send an empty ranges vector, the whole file will be formatted. | |
A potential bug here. If client send an empty ranges vector, the whole file will be formatted.