opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.47k stars 245 forks source link

Tailwind CSS IntelliSense fails to initialize workspace #393

Closed xTalAlex closed 2 weeks ago

xTalAlex commented 2 weeks ago

This bug makes the Tailwind CSS IntelliSense features not working, such as tailwind classes suggestions or preview on hover.

I tested on different Windows machines using XAMPP and Laragon. The extension works in any project but in those i installed log-viewer in. If i uninstall log-viewer the extension starts working again.

I haven't customized anything about log-viewer, i'm using it with a clean install.

Versions log-viewer: 3.10 to 3.11 Tailwind CSS IntelliSense: 0.12.7

Note I'm pretty sure it was working until latest tailwind plugin version. I've been using log-viewer for 3 months.

2024-08-27 (1)

arukompas commented 2 weeks ago

Hey @xTalAlex

Not sure why it's looking inside vendor folder, but perhaps it's possible to ignore certain paths in the plugin?

xTalAlex commented 2 weeks ago

Thanks for the answer.

Tailwind plugin got a new update (v0.12.8) just a couple of hours after i opened this issue and now the plugin is working again. Apparently, it was some temporary bug by their side.

Anyway, in case anyone is facing the same problem, guess the solution is probably to add here the vendor folder causing error. (you can check the log using ctrl + shift + p and look for command Tailwind CSS: Show Output)

Screenshot 2024-08-28 131306