Skip to content

When imported module is modified in python the ghpython should be refreshed #5

@9and3

Description

@9and3

Describe the wished feature
Right now if main.py is importing moduleA.py the modifications in moduleA.py in vscode to be effective you need to go back to main.py and do ctrl + S.

Imported modules should refreshed automatically when saved.
Do not know how possible it is but an option could be:

  • read and check all the imported custom modules imported by the script and add a file-modified-thread to each of the imported modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions