EmaDev

Results 18 comments of EmaDev

> It should. Also you can setup .includeLanguages to support your custom pattern Can you provide the custom pattern?

That solved the problem for me: ``` "windicss.includeLanguages": { "svelte": { // .svelte or your extension file "type": "html", "patterns": [ "classnames\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]" ], }, } ```

> @epavanello Why doesn't it work in my .tsx file, can you help me see it > > ```json > "windicss.includeLanguages": { > "tsx": { // .tsx or your extension...

> @epavanello Do you have `Hover Preview` when hovering over it? Yes

Take a look on the duplicated issue, the replication case is extremely easy to reproduce.

I found the same error with both the test and production versions of Stripe

For all the people who have created a table with whitelists/blacklists, it only works if you disable the RLS (Row-Level Security) or enable at least the select for anonymous users.

> And shouldn't use AI to make your Pull Requests as you prefer 🤷🏻‍♂️

> If you **check** if it's correct, then you can use AI, but not like this bot where it just blindly does it. I developed that bot 😅 it doesn't...