Version: 1.45.15382 (pre-release)
When formatting a simple blade file (with some components and Livewire component even, the file is formatted without problems.

But when formatting a file with more complex parameters for blade component (or livewire component), the extension crashes, and restart.

I believe the problem is how we pass the parameters :sortColumn="$sortColumn" :order="$order" or even :$sortColumn :$order, with colon. Indicating we are passing a PHP expression and have line break.
As you can see in the image below, the code :order="$order" is in the next line. This way, the extension crashes. BUT, if I remove the break line, and put all the code in one line, the formatting works fine.

vs

I hope the explenation is clear. ^^'
Here are the logs:

I also receave the following message:

Obs: The false errors in the files are not present anymore.
Version: 1.45.15382 (pre-release)
When formatting a simple blade file (with some components and Livewire component even, the file is formatted without problems.
But when formatting a file with more complex parameters for blade component (or livewire component), the extension crashes, and restart.
I believe the problem is how we pass the parameters
:sortColumn="$sortColumn" :order="$order"or even:$sortColumn :$order, with colon. Indicating we are passing a PHP expression and have line break.As you can see in the image below, the code
:order="$order"is in the next line. This way, the extension crashes. BUT, if I remove the break line, and put all the code in one line, the formatting works fine.vs
I hope the explenation is clear. ^^'
Here are the logs:
I also receave the following message:
Obs: The false errors in the files are not present anymore.