-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to .env need a restart of vscode to become active in the Interactive Window #1722
Comments
We don't currently support usage of .env in the interactive window. See this bug: |
Seems like we do support it now, but this update isn't working. |
I just wanted to note that changes to my |
Yes caching is going on. See this issue here: |
This should be fixed with #10843 |
Bug: Interactive Window
Steps to cause the bug to occur
.env
: e.g.PYTHONPATH=../libraries/my_library;${PYTHONPATH}
import sys; sys.path
..env
: e.g.PYTHONPATH=../libraries/my_library_FOO;${PYTHONPATH}
import sys; sys.path
.Actual behavior
Entry from
.env
stays onmy_library
even after it was changed in.env
tomy_library_FOO
.Expected behavior
Make changed
.env
entries available in Interactive Window. (Or alternatively show a pop-up after.env
was modified with the option to restart the server for the Interactive Window.Your Jupyter and/or Python environment
Please provide as much info as you readily know
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: