Skip to content

Commit

Permalink
Merge pull request #216 from rtCamp/fix/code-command
Browse files Browse the repository at this point in the history
Fix `code` command not running frappe server when opened for very first time
  • Loading branch information
Xieyt authored Jun 28, 2024
2 parents 1d13a3e + 0528031 commit 10c29fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe_manager/site_manager/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ def attach_to_bench(self, user: str, extensions: List[str], workdir: str, debugg
self.compose_project.compose_file_manager.write_to_file()
richprint.print("Regenerated bench compose.")
self.compose_project.start_service(['frappe'])
self.switch_bench_env()

# sync debugger files
if debugger:
Expand Down

0 comments on commit 10c29fb

Please sign in to comment.