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(eslint): LspEslintFixAll is async, writes file without applied fixes#3876
Problem:
:LspEslintFixAll command is no longer synchronous with the new
`vim.lsp.config` config, so the file is written without the applied fixes.
Solution:
Use request_sync('workspace/executeCommand') instead of client:exec_cmd().
0 commit comments