-
Notifications
You must be signed in to change notification settings - Fork 215
not working in project with tailwindcss config in subdir #668
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
Hi @merrickluo. Please can you share a GitHub repository that I can open to reproduce the issue in VS Code? |
Hi again @bradlc. I find out the difference now. phoenix now uses esbuild by default, the here is an example project: https://github.com/merrickluo/phoenixtw thanks again for taking a look! |
Hey @merrickluo, this should be fixed in |
thanks! |
What version of Tailwind CSS IntelliSense are you using?
v0.9.1
What version of Tailwind CSS are you using?
v3.2.2
What package manager are you using?
npm
What operating system are you using?
Linux
Tailwind config
N/A
VS Code settings
Reproduction URL
Describe your issue
Hi, I recently find that tailwindcss-intellisence does not work in phoenix projects that use tailwindcss in the eex/leex/heex templates. I did some debugging and found that the language server didn't treat the template files as in the project.
the folder structure for a phoenix project is like this:
in the log:
it seems only look up to the
assets/**
hence all the template files got ignored.do you think if it's ok to add a documentselector directly to root?
The text was updated successfully, but these errors were encountered: