Closed runyasak closed 2 months ago
I think there is no need to extract languages to the top level, as it might be obtained from provider in the future. #4645
What about module
?
I think there is no need to extract languages to the top level, as it might be obtained from provider in the future. #4645
What about
module
?
Hi @KazariEX, I apologize for not seeing your PR earlier. Are you referring to CSS Modules? If no one is assigned to this feature, may I contribute to it? Should I create a new PR or update this one?
Just update directly, I think they belong to the same feature.
@KazariEX I've updated my PR to module
.
Please review my code again.
Sorry I didn't mean replacement but both scoped
and module
.
Sorry I didn't mean replacement but both
scoped
andmodule
.
No problem. I will update now.
@KazariEX I've updated my PR with attr
as your suggestion.
Please review my PR again.
commit: 686384a
``` pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-meta@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-type-helpers@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-core@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-plugin-pug@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-server@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-service@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/vue-tsc@4705 ```
``` pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/typescript-plugin@4705 ```
LGTM, thanks!
Updated
style module
completion with a new screenshotchange tostyle module
completion instead ofstyle scoped
with a new screenshotOverview
I've added the
scoped
andmodule
attributes to style completion items. Now, when we typestyle
in completion,scoped
andmodule
are available as options.Screenshots
https://github.com/user-attachments/assets/208847d7-e9f9-4c82-a893-91a52ee4caf2
This is my first PR. If you have any feedback or suggestions, please do not hesitate to let me know.