trigger.dev
trigger.dev copied to clipboard
feat: Listening to python file-changes
Is your feature request related to a problem? Please describe.
As far as we can tell, file-changes in python files imported by the pythonExtension aren't triggering a rebuild.
Describe the solution you'd like to see
It would be amazing if the extension could also listen to changes in the python files. We also tried adding the files to additionalFiles extension, but unfortunately didn't work.
Describe alternate solutions
Additional information
No response