rtCamp / Frappe-Manager

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

Start Site when opening site env in vscode #12

Closed Xieyt closed 1 year ago

Xieyt commented 1 year ago

Currently, Site is not started when user uses the command fm code <sitename>, so the user has to first start the site then enter this command to open vscode. To simplify this behavior and make it easier for user to open the site in vscode, I think --start flag should be introduced in this command to fix this problem. When fm code <sitename> --start is used then

  1. site starts
  2. vscode attaches to container.