-
Notifications
You must be signed in to change notification settings - Fork 215
0.7.5 - Intellisense will not activate #464
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
Hey @mbulfair. Is your Tailwind config file in a folder that's covered by your |
I have a variety of projects some where TW is in the root, others it's nested. 0.7.4 works for all cases. 0.7.5 works for none.
Otherwise it's in the root My files.exclude "files.exclude": {
"**/.classpath": true,
"**/.factorypath": true,
"**/.git": false,
"**/.project": true,
"**/.settings": true,
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.js.map": {
"when": "$(basename)"
}
}, |
Thanks for sharing @mbulfair, that helped me to track down the issue 👍 This should be fixed in |
Confirmed this works as it did previously |
What version of Tailwind CSS IntelliSense are you using?
v0.7.5
What version of Tailwind CSS are you using?
v3.0.12
What package manager are you using?
npm
What operating system are you using?
For example: macOS, Windows
macOS
Reproduction URL
Describe your issue
I have several projects but whatever changed from 0.7.4 to 0.7.5 broke the extension for me. In 0.7.4 everything will work, single repo and lerna mono-repos, in 0.7.5 nothing works, I don't see errors, or the extension even activating. Sadly that's all I can tell at the moment as it doesn't seem to be any one of my projects.
The text was updated successfully, but these errors were encountered: