Ray

Results 127 comments of Ray

Hi @danielroe any progress on this? If nuxt team doesn't have enough bandwidth on this, any thoughts on how to implement this feature? I tried working on this, but I...

Do you mean the vue extension should integrate with the bundler and hot-reload when you change your code?

Honestly this "hot reload" feature is provided by your bundler, such as vite and webpack, right? All you need is to save the file and wait for it to reload.

https://twitter.com/johnsoncodehk/status/1649825147753488384 But I agree that there are too many low-quality bug reports

Why do you expect vue-tsc to keep this import? It is not used elsewhere except a `shallowRef`.

Here it is: https://github.com/so1ve/prettier-plugin-pkgsort

Duplicate of https://github.com/vuejs/language-tools/issues/4209

You can install the `Volar labs` extension then you can inspect the generated virtual code in your sidebar.

![image](https://github.com/vuejs/language-tools/assets/58381667/7b01385c-4bf6-454a-aef6-7d5692770ee8) I've tested locally and this seemed to work