- "prepareRename" request is added in LSP v3.12.0
- also update the vscode-client dependency to pick-up the rename bug fix[1]
[1]: https://github.com/microsoft/vscode-languageserver-node/issues/447
Paths
| Differential D63126
[clangd] Implement "prepareRename" ClosedPublic Authored by hokein on Jun 11 2019, 2:30 AM.
Details Summary
[1]: https://github.com/microsoft/vscode-languageserver-node/issues/447
Diff Detail
Event Timeline
sammccall added inline comments.
This revision is now accepted and ready to land.Jul 23 2019, 7:24 AM Closed by commit rL366873: [clangd] Implement "prepareRename" (authored by hokein). · Explain WhyJul 24 2019, 12:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211435 clang-tools-extra/trunk/clangd/ClangdLSPServer.h
clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp
clang-tools-extra/trunk/clangd/ClangdServer.h
clang-tools-extra/trunk/clangd/ClangdServer.cpp
clang-tools-extra/trunk/clangd/Protocol.h
clang-tools-extra/trunk/clangd/Protocol.cpp
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
clang-tools-extra/trunk/clangd/test/rename.test
|