vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.79k stars 390 forks source link

fix(language-service): wrong vue-i18n url for language blocks #4392

Closed kazupon closed 4 months ago

so1ve commented 4 months ago

Those files are automatically generated from vuejs.org I guess?

kazupon commented 4 months ago

Sorry, I may not understand the internals of this repository. 😓

If so, is this the place to fix it? https://vuejs.org/api/sfc-spec.html#custom-blocks

so1ve commented 4 months ago

Yes, we use an automated script to update the data: https://github.com/vuejs/language-tools/blob/master/packages/language-service/scripts/update-html-data.js

kazupon commented 4 months ago

Thanks! I've got it. I've already opened the fix PR https://github.com/vuejs/docs/pull/2875 when that PR will be merge, that data will be updated with that script.

Thank you for your quick triages!