volar does not work #4460
Replies: 4 comments 3 replies
-
I'm running into the same problem with volar, though with Vue 3. For now, I was able to get it working using an old version. I installed While this does work, it's not great that we can't use the current version of volar. Since it breaks at 1.0, I'm wondering if there was an API change that ALE hasn't been updated to handle. It's just odd that there aren't any error messages, it simply doesn't provide output for any language server commands. |
Beta Was this translation helpful? Give feedback.
-
Running into the same issue. I can confirm that as of July volar is still not working -- maybe we should upgrade this to a bug if it seems to be an API breaking change? |
Beta Was this translation helpful? Give feedback.
-
@theahura @noahbrenner @KKKiraSong Apologies for the delay, but I've made a PR with the changes. (#4552) Give my branch a try and see if that fixes your problem in the meantime " Example with plug
Plug 'creativenull/ale', { 'branch': 'fix-volar-v1' } |
Beta Was this translation helpful? Give feedback.
-
Hopefully fixed with #4552 |
Beta Was this translation helpful? Give feedback.
-
I used vls for vue2, it works well.
I created a new proj with vue3 last month. So I try to use volar in ale. But I have some difficulties.
I install volar: npm i -g @volar/vue-language-server. And the version is 1.0.24.
But when I open a vue file, it doesn't work.
I define 'activeTabs', but I use 'activeTab' in template tag. ALE cannot work.
I have installed ts in my project.
I cannot find the reason. Plz help me.
Thank u.
My ALEInfo:
Beta Was this translation helpful? Give feedback.
All reactions