-
-
Notifications
You must be signed in to change notification settings - Fork 899
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
c# LSP: Viewing OmniSharp log file #1876
Comments
Hi @mcraveiro. I believe, the log level is configurable but we don't have configuration for it in The code for setting configuration level is there: And according to code here: It should be configurable via You could try appending .. by changing the code to: (defun lsp-csharp--language-server-command ()
"Resolves path and arguments to use to start the server."
(list (lsp-csharp--language-server-path) "-lsp" "-l" "Debug")) There has been quite some changes made recently to lsp support in omnisharp-roslyn and more are coming, so it could be that log level configuration is broken. |
Hi @razzmatazz, thanks for the prompt response. I will try to modify the log level and see what comes out. Cheers Marco |
This worked as expected. Thanks for your help. |
Hi LSP devs,
Thanks for a great mode. As per conversation in the gitter channel:
@yyoncho suggested that @razzmatazz may know the answer to this question.
Many thanks for all your hard work.
Marco
The text was updated successfully, but these errors were encountered: