You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change gets me to 🌀 Scaning container ...
But it fails with PHP Parse error: syntax error, unexpected string content "require", expecting end of file in Command line code on line 1
i get what i assume is the intended output {"components":[{"alias":"dynamic-component","path":"C:\\www\\{folder}\\vendor\\laravel\\framework\\src\\Illuminate\\View\\DynamicComponent.php"}],"componentsAnonymousPaths":[]}
I also had to add set to NODE_OPTIONS=--no-warnings npx prettier ${this.tempFile} --config ${n} --write
I know nothing about vscode extension development but hope this helps make this extension better
The text was updated successfully, but these errors were encountered:
Voltage version
1.3.0
VSCode version
1.96.0
Laravel version
11.35.1
Livewire version
3.5.17
What happened?
I installed the extension and i get the following error.
❌ Vendor directory not found. Please, run 'composer install'.
Playing a bit with the
out\server\src\voltage.js
i got it to find thevendor
folder by changing the following lineto
This change gets me to
🌀 Scaning container ...
But it fails with
PHP Parse error: syntax error, unexpected string content "require", expecting end of file in Command line code on line 1
If i change the follwing code
and add
it fails with
The filename, directory name, or volume label syntax is incorrect.
Now if i run the code as a php file
i get what i assume is the intended output
{"components":[{"alias":"dynamic-component","path":"C:\\www\\{folder}\\vendor\\laravel\\framework\\src\\Illuminate\\View\\DynamicComponent.php"}],"componentsAnonymousPaths":[]}
I also had to add
set
toNODE_OPTIONS=--no-warnings npx prettier ${this.tempFile} --config ${n} --write
I know nothing about vscode extension development but hope this helps make this extension better
The text was updated successfully, but these errors were encountered: