[PATCH] D55052: Fix junk output in clangd vscode plugin
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 29 06:33:15 PST 2018
ilya-biryukov added inline comments.
================
Comment at: clangd/clients/clangd-vscode/src/extension.ts:58
+ },
+ // Avoid lots of junk in output
+ revealOutputChannelOn: vscodelc.RevealOutputChannelOn.Never
----------------
ilya-biryukov wrote:
> Could we rephrase this? Something like `// Do not switch to output window when clangd return an error.`
>
*returns an error
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