- Removed deprecated
rootPath
and replaced it withworkspaceFolder
. Address
andip
settings have been removed and replace withargs
. This will allow you to further customize your PHP configuration.- Added variable support.
Fixed bug in newer VSCODE version where user would not get notifications about errors or other information. Also moved "Start" and "Stop" command to title menu with new icons. Context menu now should look cleaner and less cluttered.
Fixed a bug introduced with 2.0.1 patch. Sometimes when STDOUT and/or STDERR streams terminate prematurely or containt no newline, stopping server would result in having "PHP server stopped" on the same line. It should always be on a seperate line.
Fixed a bug where data stream from PHP server would sometimes end up on a new line.
Replaced php-project.domainPrepend
and php-project.domainAppend
settings with php-project.launchOutputTemplate
.
Fixed a typo and changed gif order.
- Added
php-project.domainPrepend
andphp-project.domainAppend
settings - Debug information is now shown if PHP server fails to start
- Fixed a bug where you could PHP start server for unsaved file
- Added "PHP server stoped." to be shown in output instead of information window
Fixed a typo in README (it's very late).
Fixed README demo gif.
Initial release of PHP Project.