[PATCH] D55052: Fix junk output in clangd vscode plugin
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 30 01:30:36 PST 2018
hokein added a comment.
> Yeah, there are still modes where clangd behaves badly there. Note that the output from that pane is rarely useful anyway as clangd keeps producing errors about accessing non-open files, which would confuse people even more.
> Overall we never designed this output to be readable by the users, so it's not really useful anyway. There are ways to communicate with the users in the protocol, we should be using them instead to be more user-friendly
SG.
@jfindley, thanks for the patch. I made a new release v0.0.8 of vscode-clangd extension, please upgrade to it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55052/new/
https://reviews.llvm.org/D55052
More information about the cfe-commits
mailing list