-
Notifications
You must be signed in to change notification settings - Fork 218
Unable to use it with Ember file structure #421
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 @kurocygnus. Please can you share a GitHub repository that, when opened in VS Code, reproduces the issue? |
Hey, sorry, I can't share the repository that this is happening, since it's not mine but from the company I work for. |
i'm having a similar issue with Elixir Phoenix apps where these types of files reside in |
Here's the directory structure of an Elixir Phoenix application (notice where the highlighted tailwind config files are located): I'm using neovim nightly with the in-built neovim lsp client and latest version of @tailwindcss/language-server ( |
I don't see any reason why the config wouldn't be picked up. Is there any output from the language server? |
I also have issues getting this working in a fresh Phoenix project and following the official instructions, these, to install tailwind. I have been using it daily for Ember projects for about 4 months and it has worked like a charm, only seeing issues now that I'm trying to use it with Phoenix. I tried with neovim 6.0.1 and vscode. The only thing showing up in the logs is this:
vscode:
Here is the test repo: repo.zip |
Thinking about it i realize that it probably doesn't work bc Phoenix doesn't install tailwind with node, it uses standalone cli. Still, would be amazing if it was possible to have LSP working also in this case. |
The extension works without a local version of @kurocygnus Do you see anything in the |
Hey @bradlc ! |
Ah I see. Sounds like this is a duplicate of #218 then 👍 |
Hi.
I'm trying to use this in an Ember workspace, but the
tailwind.config.js
is on */config/Because of this, it's not finding my prefix configuration. Any way to select the config location manually?
The text was updated successfully, but these errors were encountered: