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
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.
The text was updated successfully, but these errors were encountered:
Describe the wished feature
Right now if
main.py
is importingmoduleA.py
the modifications inmoduleA.py
in vscode to be effective you need to go back tomain.py
and doctrl + S
.Imported modules should refreshed automatically when saved.
Do not know how possible it is but an option could be:
The text was updated successfully, but these errors were encountered: