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
Empirically, the current vscode (as used by master here) does not actually send an executeCommand request to apply a hlint hint unless it has first been registered with the client. Even though the UI presents the command, and allows it to be clicked on.
Opening a file with
Presents a code action to
Evaluate: found id 3, why not 3
.Clicking on the lighbulb and then the presented action does nothing.
Note: The corresponding hint is applied correctly in emacs using
emacs-lsp
, so I am pretty sure it is a client-side problem.cc @bubba
The text was updated successfully, but these errors were encountered: