You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: