-
Notifications
You must be signed in to change notification settings - Fork 62
Log Server messages to VS Code output panel #1949
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
Comments
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 19, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 19, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Jul 19, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Aug 9, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Aug 9, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
to ap891843/che-che4z-lsp-for-cobol
that referenced
this issue
Aug 9, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
that referenced
this issue
Aug 9, 2023
Signed-off-by: Aman Prashant <[email protected]>
ap891843
added a commit
that referenced
this issue
Mar 14, 2025
Signed-off-by: Aman Prashant <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
As a USER, I would like to see the COBOL language server logs in VS Code Output panel.
Acceptance Criteria
~/LSPCobol
folder is no longer usedDefinition of Done
Technical details
The VS Code language client that is used to start the language server captures STDERR messages and automatically shows them in VS Code Output panel (it creates an output channel for the extension automatically).
So it should be sufficient to change the implementation to write logs into STDERR instead of writing them to disk.
The text was updated successfully, but these errors were encountered: