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
V823-006: Add nullity check in Code_Action handler
We can get a null node if the cursor is located on a comment
or an empty line for instance.
In that case, don't try to analyze the node to see which codeActions
should be available.
Add a minimal test.
0 commit comments