-
Notifications
You must be signed in to change notification settings - Fork 218
Intellisense not working in angular project #172
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 @alexbjorlig. Do you see any errors in the Also are you able to share your project at all? If not could you provide some details such as package manager (npm, yarn etc.), operating system, VS Code version, general project structure? |
I just tried to verify if the extension would work in a "clean" Angular CLI environment - and indeed it does. How can I proceed from here? If I buy you a beer - would you mind take a quick look at our project, or do you know if I can get some error output somehow? |
Happy to take a look if you can share a repository! If it's not in the |
It's a private repository, but we could create a zoom meeting maybe? Otherwise, I have to make the famous reproducible example 😂 I don't get any output, even when opening an HTML file. |
@bradlc I invited you to a copy of the project, with a description in the README.md on how to proceed. Let me know if there are any other things I can try? |
Thanks @alexbjorlig! I have found the issue: the extension activates only when certain files exist in the workspace. The "search.exclude": {
"**/*.js": true
} |
Ahh amazing work @bradlc ! Should I add a PR with this to the README.md, or is there anything else I could help contribute to? |
I think it would be good to add a note to the "Troubleshooting" section maybe? Something along the lines of making sure that your VS Code settings aren't causing the Tailwind config to be excluded from search. If you don't get chance I will add it later this week so don't worry about it 👍 |
In refrence to issue tailwindlabs#172, this VS code setting: ``` "search.exclude": { "**/*.js": true }, ``` prevented the Tailwind config from being found☺️
Trying to setup tailwind with our Angular project, and it does not work 🤔
tailwind.config.js
webpack.config.js
package.json
I followed the troubleshooting steps from the readme, but no help. Is there somewhere we can trace logs/issues?
The text was updated successfully, but these errors were encountered: