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
The extension is crashing whenever there's a PHP error in the app. For example, I forgot to import HasFactory in a model and the extension crashed with the output below. Bugs and errors in app code shouldn't cause the extension to crash.
Using VS Code + Remote Development extenion -> Ubuntu 22.04
Extension Version
0.1.14
PHP Binary
Local PHP
Operating System
Linux
What happened?
The extension is crashing whenever there's a PHP error in the app. For example, I forgot to import
HasFactory
in a model and the extension crashed with the output below. Bugs and errors in app code shouldn't cause the extension to crash.Using VS Code + Remote Development extenion -> Ubuntu 22.04
Mimimal Code Sample
No response
The text was updated successfully, but these errors were encountered: