[PATCH] D55052: Fix junk output in clangd vscode plugin
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 29 06:05:28 PST 2018
ioeric added a comment.
Thanks for the patch James!
Adding folks who are currently using vscode+clangd to get more opinions.
================
Comment at: clangd/clients/clangd-vscode/src/extension.ts:59
+ // Avoid lots of junk in output
+ revealOutputChannelOn: vscodelc.RevealOutputChannelOn.Never
};
----------------
Does this mean that clangd's output will never reach vscode? Is there a way to see the output with this set? I think there are cases where the output would be useful for users (e.g. to check status).
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55052/new/
https://reviews.llvm.org/D55052
More information about the cfe-commits
mailing list