All notable changes to the "Serverpod" extension will be documented in this file.
- Fixed a bug where the extension crashes when the serverpod project is not found. #7(TypeError [ERR_INVALID_ARG_TYPE])
- Fixed a bug where it keeps looping in creating a project.
- Enhanced the server start/stop actions.
- Added logger support.
- Updated Code snippets.
- Added debuugging support for serverpod server.
- Removed server output channel.
- Disabled serverpod server start/stop actions if workspace is not a serverpod project.
- Added code snippets for serverpod server classes and protocol yaml files.
- Fixed killing all grand children spawns of dart and serverpod processes.
- Fixed a bug where output channel gets disposed when generation was removed.
- Fixed killing serverpod process when VSCode is closed.
- Added support for generating client code watch command.
- Made spawans detached and killing them.
- Added support of starting/stopping a serverpod server from the Editor actions menu.
TODO: Kill the spawn of generate watch.
- Fixed a critical bug where the extension crashed due to one of it's dependencies not being installed.
TODO: Kill the spawn of generate watch.
- Updated registering commands.
- Added Unofficial Serverpod tag to README.md
TODO: Kill the spawn of generate watch.
- Added a feature to generate and watch client side code.
TODO: Kill the spawn of generate watch.
- Patch for opening the project.
- Creates serverpod project and opens it in the editor.
- Handled docker issue in macOS.