-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
doc-enhancementsuggested addition or improvementsuggested addition or improvementexemptIssue is exempt from automated stale issue closureIssue is exempt from automated stale issue closurepython
Description
Hello,
In the Python extension we display the following prompt if the selected interpreter is a conda environment (microsoft/vscode-python#7607 (comment)):
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 :)
Metadata
Metadata
Assignees
Labels
doc-enhancementsuggested addition or improvementsuggested addition or improvementexemptIssue is exempt from automated stale issue closureIssue is exempt from automated stale issue closurepython