Jordan Pittman
Jordan Pittman
Can you provide your vscode settings?
Also, if possible, can you provide: - The logs from the project (in the command palette: "Tailwind CSS: Show Output"); OR - A repository with a project that reproduces this...
Sorry for the late reply — I don't see anything in there that seems like it would cause things to break/hang. Especially given that the only code actions we have...
@RiczCalixto @amhed Could either of you provide a reproduction for this? I've never seen this issue myself and I am not sure how it could happen in the first place.
@Silon This was exactly the piece of information I needed! I've reproduced it in this case (well, so far once). I suspect that the "code actions" dialog might also be...
Just spent a small amount of time verifying. If you save a file that contains this text and the above _original_ tailwind variants regex it freezes because of the catastrophic...
Hey, I'm not seeing this: I'd try the latest version of the extension (v0.14.x) and see if that resolves your problem. Gonna close this one since a reproduction wasn't provided...
I still have to do some thinking about the implementation as there's a disconnect between how call expressions are walked in JSX and Twig. That might be fine to have...
I've decided that, even though there's a disconnect, that it's _probably_ okay. We could always tweak it by doing a walk toward the inside (like this PR does) and a...
This will go out in v0.7.0 next week. Thanks!