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
I have noticed that when saving, there are occasions where VSCode will say "waiting on Ember Language Server" in onSave but before formatting hook? Which seems odd since I'm not aware of ESL doing anything that would be save blocking (or maybe we could set this to be non-blocking and after save)?
Maybe there's some better VSCode level settings that can be pointed to if those hooks are already optout without changes to ESL?
Note that this doesn't happen in neovim, but at the same time, I don't think I've told neovim to do anything with ELS on save.
This function:
ember-language-server/src/server.ts
Line 170 in 4af2c1e
Here is the ELS output channel information during first save
My VSCode config:
The text was updated successfully, but these errors were encountered: