Module changes in interactive window are not working #3812
linette-zyy
started this conversation in
Enhancement
Replies: 3 comments
-
This would require forwarding the module changes to pylance. Not sure we want to do that? Pylance would think that edits had happened to the original file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is something that would need support from Pylance to support. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment

Steps to Reproduce
Expected behavior
io.hello() # you should get intellisense on hello
Actual result

Cannot find the new method defined.
Beta Was this translation helpful? Give feedback.
All reactions