-
Notifications
You must be signed in to change notification settings - Fork 214
Tailwind extension not showing suggestions in class attribute in svelte after version 4.11 #1296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, I have the same problem in .blade files. |
Here are the logs from 4.11
Here are the logs from 4.12
From the logs I see the the watch patterns are completely different so maybe some change from 4.11 to 4.12 in regards to this? |
@Vrajs16 Can you provide a reproduction? |
Lol, just created a brand new project and it is working with the latest extension. In my old project I just deleted my .svelte-kit folder and then restarted vscode and it is working again, so strange. |
@Vrajs16 If you run into this again I'd really appreciate a repro because I'd love to know why it stopped working. It definitely shouldn't have. Glad your issue is fixed tho. 👍 |
Still notice that I am facing this issue. I have to sometimes delete node_modules, build or svelte-kit folder and then it works. I'll try to see if I can create a reproduction of this |
After I put the following in the
|
Ah interesting. I doubt it's the files in I've already got a PR open to update the default excludes to toss out some more groups of files during a search: #1336 I should probably add SvelteKit to that. But I also want to figure out:
|
Updated my vscode extension from 4.11 to 4.12 and then 4.13 today, but see that the auto complete is not showing after updating from 4.11 which was working. I am facing issue in svelte file not sure what the issue is.
The text was updated successfully, but these errors were encountered: