We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Code formatting is not working on C# code. Tested with omnisharp and csharp-ls with emacs running with '-q' flag.
Steps to reproduce:
Expected result:
indent is set to 0 (no leading spaces) Actual:
No code changes detected. FYI, I tried python code format and it worked so I think this one specific to C# language servers. log.zip
The text was updated successfully, but these errors were encountered:
Fix issue #1140, register LSP server capability dynamically.
b696f4f
@serezlan Hi
Thanks for report, I have push commit b696f4f
Can you try newest version and test again? Thanks
Sorry, something went wrong.
I tried and still no changes. I did try code action as well with no result. Attached is output log.
Thx
log.zip
Can you add print code at
lsp-bridge/lsp-bridge.el
Line 2637 in a8e5d67
Thanks
No branches or pull requests
Hi,
Code formatting is not working on C# code. Tested with omnisharp and csharp-ls with emacs running with '-q' flag.
Steps to reproduce:
Expected result:
indent is set to 0 (no leading spaces)
Actual:
No code changes detected.
FYI, I tried python code format and it worked so I think this one specific to C# language servers.
log.zip
The text was updated successfully, but these errors were encountered: