rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
87 stars 19 forks source link

`code` command not running frappe server when opened for very first time #215

Closed Xieyt closed 3 weeks ago

Xieyt commented 3 weeks ago

Describe the bug When a bench is created and code command is ran for the first time then frappe server is not running in supervisor.

To Reproduce

  1. Create a bench using fm create example
  2. Then use code command to open vscode fm code example

Expected behavior frappe dev/prod server should be running using supervisor after attaching to vscode