Skip to content
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

[Python] Clarify that setting inheritEnv to false might impact other extensions #3762

Closed
kimadeline opened this issue Jun 8, 2020 · 2 comments
Assignees
Labels
doc-enhancement suggested addition or improvement exempt Issue is exempt from automated stale issue closure python

Comments

@kimadeline
Copy link
Contributor

kimadeline commented Jun 8, 2020

Hello,

In the Python extension we display the following prompt if the selected interpreter is a conda environment (microsoft/vscode-python#7607 (comment)):

image

When clicking on "More info" they are redirected to https://code.visualstudio.com/updates/v1_36#_launch-terminals-with-clean-environments.

However, it turns out that setting inheritEnv to false may impact other extensions, for example the vscode-remote one.

It would be helpful if the Python docs had a few lines explaining what inheritEnv does with regards to Python envs, along with a note that it may or may not conflict with other extensions (and after that we should update our "More info" link to point to this section instead of VS Code's release notes).

Thank you :)

@JoshuaPartlow
Copy link
Contributor

Thanks for opening an issue @kimadeline. I'll take a look with @luabud and see what we can come up with.

@JoshuaPartlow JoshuaPartlow added the exempt Issue is exempt from automated stale issue closure label Jun 16, 2021
@JoshuaPartlow
Copy link
Contributor

Talked with @luabud and we're going to close this issue, but will track as part of #3951, which is a larger request for Conda specific content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement suggested addition or improvement exempt Issue is exempt from automated stale issue closure python
Projects
None yet
Development

No branches or pull requests

3 participants