- BreakingChangesNotifier: Corrected extension identifier
- Changed behaviour of
phpserver.browser
setting. It now supports any application installed in the host machine. If empty, it will open the default browser. - Improved error messages. Errors are logged in vscode's output channel.
- Added logic to show notification if PHP was not found.
- Added support for workspaces with multiple folders.
- Changed package.json's vscode engine to proper version.
- Major refactor + tests.
- Updated README.md
- Demo gif
- Fix #35 (Thanks to @iemadk)
- Fix #30 and #31
- Fix relative path setting in Windows devices
- CHANGELOG.md
- Fix router setting
- 'autoOpenOnReload' option added
- 'openFileInBrowser' command added
- TypeScript Port
- 'Reload Server' option
- Auto open current file in browser
- Fixed "auto launch browser" option in Mac devices (#21). Now Safari is supported.
- The path of the PHP executable can be configured
- Error details are shown in a message (Only server errors)
- Error details are shown in a message
- Custom router script option added
- Browser is opened every time server is started
- Settings' changes are applied without restart the VScode editor
- Windows console output fixed
- IP option added
- RelativeUrl option removed (Now is "relativePath");
- Microsoft edge browser added
Code rewritten (almost):
- Windows support.
- Auto open localhost in browser (optional).
- Added context menu commands.
- Fixed problem with relative url.
Initial release of PHP Server