Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
430 ↗ | (On Diff #211470) | do we want to exit clangd for this case? |
Comment Actions
Oops, forgot to hit send.
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
430 ↗ | (On Diff #211470) | I'd prefer not to, it's only "somewhat likely" the user is confused - there's a chance they're going to e.g. paste in LSP messages. Also behaving *completely* differently when connected to a TTY violates expectations and can make debugging hard. Changing the log output seems fine, refusing to speak the protocol doesn't. |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
430 ↗ | (On Diff #211470) | Sounds good. |