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
There is no code action kind source.fixLine defined in standard LSP so I think this might be better firstly accpeted in LSP so that all the language servers could agree on the semantics for this.
In fact, I think your request could be better achieved by a general code action "fix all problems for selected region" but I would prefer this firstly implemented in vscode and we could just inherit its implementation here.
Sorry I'm new to Lsp stuff, I hope i'm in the right place.
Would it be possible to have
source.fixLine.ts
to fix the current line the cursor is on?The text was updated successfully, but these errors were encountered: