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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits