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
The elm-format when returning error will spawn vim.ui.select in neovim.
Expected Behavior
I'm expecting the LSP to not spawn vim.ui.select when elm-format returning error. Just ignore it.
Current Behavior
As you can see, when elm-format is returning error, it will spawn vim.ui.select with message Running elm-format failed. Check the file for syntax errors. which annoys me as I need to close them every time it shown which is often when you want save to get a useful feedback from elm compiler.
The elm-format when returning error will spawn
vim.ui.select
in neovim.Expected Behavior
I'm expecting the LSP to not spawn
vim.ui.select
when elm-format returning error. Just ignore it.Current Behavior
As you can see, when elm-format is returning error, it will spawn
vim.ui.select
with messageRunning elm-format failed. Check the file for syntax errors.
which annoys me as I need to close them every time it shown which is often when you want save to get a useful feedback from elm compiler.Possible Solution
Steps to Reproduce (for bugs)
vim.ui.select
due to elm-format returning errorContext
Your Environment
The text was updated successfully, but these errors were encountered: