You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Garden in watch mode and working on a linked remote source, changes to that source are not detected by Garden. Instead you have to kill the process and run the command again.
Expected behavior
Garden should detect the changes and automatically re-run.
Reproducible example
Use the remote-sources example project
Clone one of the remotes, say garden-example-remote-sources-web-services
Link it with garden link source garden-example-remote-sources-web-services local/path/to/clone
Notice how changes to the cloned code don't trigger a watch event
Workaround
Re-run the command on changes
The text was updated successfully, but these errors were encountered:
Bug
Current Behavior
When running Garden in watch mode and working on a linked remote source, changes to that source are not detected by Garden. Instead you have to kill the process and run the command again.
Expected behavior
Garden should detect the changes and automatically re-run.
Reproducible example
remote-sources
example projectgarden-example-remote-sources-web-services
garden link source garden-example-remote-sources-web-services local/path/to/clone
Workaround
Re-run the command on changes
The text was updated successfully, but these errors were encountered: