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
when user hits enter client -> "codeAction/resolve" -> server
The third step seems to be not made in helix
deno lsp uses this code action for refactoring (going from arrow function to normal function for example)
It seems like this resolve method is used to improve performance, so by default the codeAction edits will be set to None unless the client try to resolve it denoland/deno#9405
Platform
linux
Terminal Emulator
wezterm
Helix Version
helix 22.12
The text was updated successfully, but these errors were encountered:
Summary
What' supposed to happen:
The third step seems to be not made in helix
deno lsp uses this code action for refactoring (going from arrow function to normal function for example)
It seems like this resolve method is used to improve performance, so by default the codeAction edits will be set to None unless the client try to resolve it denoland/deno#9405
Platform
linux
Terminal Emulator
wezterm
Helix Version
helix 22.12
The text was updated successfully, but these errors were encountered: