-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volar packages renamed #98
Comments
I haven't followed up at all with the changes in Volar. Just tried and there seem to be breaking changes at least to the exported types, e.g. I was using import('@volar/vue-language-core/out/types').LanguageServiceHost in Some help with this issue would be highly appreciated. |
Yes, this interface has been removed: https://github.com/vuejs/language-tools/blob/a73e249f6b5638e7029c0c929eb704e2230a5af3/CHANGELOG.md?plain=1#L157 |
Yup that's where I got stuck actually, cause it said sth like "requires 4 arguments but only provided 1" and I didn't really have time to figure out what to pass there. Looking at the interface again now it looks like instead of a |
@johnsoncodehk Help! |
I think we don't need to support the new On the other hand, |
@johnsoncodehk Now Vue 3.4 came out and it looks like Does your previous statement with Edit: I just saw that it is "just" an eslint error 🤔 👀 Edit 2: My issue will be fixed via: vuejs/eslint-plugin-vue#2130 |
With Volar v2.0, is this the day we can expect new support for it? |
I don't work with Vue/Volar at all, so if someone could update me about the current state and ideas how to support it, I'm all ears (: |
@simonhaenisch What do you need? :) |
Details about how to technically do this with Volar 2:
prettier-plugin-organize-imports/lib/service-host.js Lines 49 to 65 in 9609e4e
|
Ok I'll look into this soon |
Hi guys, can't do much to help here, just to let you know that your work fixing this issue is greatly appreciated! |
Does anyone know of an alternative that works with the latest vue updates? |
Guys, any solutions? |
I removed Also as @johnsoncodehk said at vuejs/language-tools#3402
Besides it is already deprecated in V2. Installing |
I wont like to depend on deprecated packages, cause I wont get updated then with new features related to the replacement of the deprecated package. If a package is marked as deprecated, there is a reason for that and it should be worked on. |
This is a PR to migrate to @volar/typescript+@vue/language-core: #129 |
Published as Please try it out and let me know if there are any issues 🙏 |
For now it works well with |
The volar packages have been renamed in vuejs/language-tools#3134. It would be nice if the new vue/typescript package could be supported as well.
The text was updated successfully, but these errors were encountered: