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

C# Code action not working #1132

Open
serezlan opened this issue Dec 22, 2024 · 4 comments
Open

C# Code action not working #1132

serezlan opened this issue Dec 22, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@serezlan
Copy link

Hi,

I tested running simple project and do some code action like remove unused import.
When I select one of the action and execute, nothing happened and found these in messages buffer:

Error running timer ‘lsp-bridge-code-action-popup-maybe-preview-do’: (excessive-lisp-nesting 1601)
Error running timer ‘lsp-bridge-code-action-popup-maybe-preview-do’: (excessive-lisp-nesting 1601)
Lisp nesting exceeds ‘max-lisp-eval-depth’: 1601 ;; error still happened when stack increased to 10000

Please advice.

Thx

@manateelazycat
Copy link
Owner

Did you try emacs -Q with lsp-bridge for compare test?

@serezlan
Copy link
Author

I tried that with same result.
I try to disable code action popup and that seems remove the error message. However no changes in buffer.
I then try to do code format and no changes as well in buffer. Incorrect indentation lines still the same.
logs.zip

@manateelazycat
Copy link
Owner

(setq max-lisp-eval-depth 40000) will help?

@serezlan
Copy link
Author

received different message:

Wrote /tmp/Program.cs6tqaCY
Re-entering top level after C stack overflow [2 times]
logs.zip

@manateelazycat manateelazycat added the help wanted Extra attention is needed label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants