-
Notifications
You must be signed in to change notification settings - Fork 219
Autocomplete not working on dev server start or installing #1372
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
Also happend to @XurxoMF in the tauri dc: https://discord.com/channels/616186924390023171/1373028287504191548 |
Notes for me in the am:
|
I experienced a similar issue, in my case the autocomplete wasn't working at all, even without running any npm commands |
I experienced a similar issue with v0.14.17 on Ubuntu with VS Code 1.100.1, but I don't think my issue was related to the dev server or installation since I've been doing both multiple times throughout the past day and didn't notice any correlation. However, I did encounter an instance where intellisense suggestions stopped working, and restarting the IDE resolved the issue. Does VS Code log unhandled exceptions or crashes in extensions? |
I can confirm that reverting to version 0.14.16 resolves the IntelliSense issues. For context:
VS Code extension output before starting the dev server:
Then when starting Nuxt dev server those new line appear
|
@CharlesAttend I think you meant to say |
I've been trying to find what is going on for last 4 days as well, just a moments ago realized there was and update 5 days ago. Downgraded to 0.14.16 and It's back to normal. |
I figured out the issue and I'm gonna push out a release in the morning with the fix |
Fix will be out today. Got one more thing I'm looking into to see if I can get a fix in for before doing a release. |
Thanks a lot for the fix @thecrypticace !! 0.14.18 seem to work here 🙏 |
Same here, really appreciate it! |
What version of VS Code are you using?
For example: v1.100.2
What version of Tailwind CSS IntelliSense are you using?
For example: v0.14.17
What version of Tailwind CSS are you using?
For example: v4.1.7
What package manager are you using?
npm
What operating system are you using?
Windows
Tailwind config
Nothing custom exactly this:
https://tailwindcss.com/docs/installation/framework-guides/nuxt
VS Code settings
Fresh profile. No Extensions except "bradlc.vscode-tailwindcss" (change language mode of .vue file to html to test)
Reproduction URL
https://github.com/Waradu/tw-ext-bug
Describe your issue
Autocomplete works fine normally:

As soon as the dev server is started or

npm install ...
it stops working.ctrl + shift + p
>Developer: Reload Window
while running is a temporary fix but still annoying.Output
On reload/first open project:
After starting dev server or installing:
The text was updated successfully, but these errors were encountered: