Vetur: Restart VLSSimilarly to https://github.com/vuejs/vetur/issues/2009, formatting does not work, but kicks in if I disable and re-enable "Template interpolation service". It stops working again after restarting VSCode though, so I currently need to toggle the "Template interpolation service" off and on after every VSCode restart.
Actual: "Extension 'Vetur' cannot format ..." appears in the bottom panel. Note that no errors are logged in "Vue Language Server" output.
Expected: The document is formatted
I'm experiencing the exact same issue since today.
Same issue today
Beside above i'm experiencing some other issues also, for example this piece of code,
<h1>{{ product.title }}</h1>
It underlines the product and gives the following error,
Property 'product' does not exist on type 'CombinedVueInstance<Record<never, any> & Vue, object, object, object, Record<never, any>>'.Vetur(2339)
NuxtJS doesn't throw an error, everything is working fine so i'm not sure why Vetur thinks it's a problem since today.
Beside above i'm experiencing some other issues also, for example this piece of code,
<h1>{{ product.title }}</h1>It underlines the
productand gives the following error,
Property 'product' does not exist on type 'CombinedVueInstance<Record<never, any> & Vue, object, object, object, Record<never, any>>'.Vetur(2339)NuxtJS doesn't throw an error, everything is working fine so i'm not sure why Vetur thinks it's a problem since today.
https://vuejs.github.io/vetur/guide/FAQ.html#property-xxx-does-not-exist-on-type-combinedvueinstance
Fixed in 7af21d7
Is there a rough estimation on when this fix is released in the vscode marketplace?
In the meantime, I installed version 0.30.3 manually. That fixes the format problem for me.
Is there a rough estimation on when this fix is released in the vscode marketplace?
In the meantime, I installed version 0.30.3 manually. That fixes the format problem for me.
Release in v0.31.1