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
Fix implementation of fallback handler for code action literals.
Note that (forM_ as $ \a -> {- pure code -}; return undefined) is a noop. We were
unpacking the edit request, doing nothing with it, then throwing it away. Now we
send a message to the client to actually perform the requested edit.
0 commit comments