Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra true in the output log when a language server disconnects #1548

Closed
ogoffart opened this issue Aug 29, 2024 · 0 comments · Fixed by #1549
Closed

Extra true in the output log when a language server disconnects #1548

ogoffart opened this issue Aug 29, 2024 · 0 comments · Fixed by #1549
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@ogoffart
Copy link

This is quite a minor issue and I don't even know if that's the right repository to report this "bug", but there is an extra true in the output when a language server disconnects, and it looks messy in the log.
It looks like this:

[Info  - 9:24:48 AM] Connection to server got closed. Server will restart.
true

Looking for the text in an internet search shows that this extra "true" is present for most language server. (As paste the debug output in their bug report). They all have the extra "true".
dart-lang/sdk#54441
Exafunction/codeium.vim#403
scalameta/metals-vscode#1509
slint-ui/slint#4619
swiftlang/sourcekit-lsp#1521 (comment)
nim-lang/langserver#207
DetachHead/basedpyright#592
(... and many more)
Although one can also find a few occurrences of "false"
microsoft/vscode-java-debug#1421
redhat-developer/vscode-java#2756 (comment)

I couldn't figure out easily where this bool output output come from.

@dbaeumer dbaeumer added the bug Issue identified by VS Code Team member as probable bug label Aug 30, 2024
@dbaeumer dbaeumer added this to the 3.18 milestone Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
2 participants