-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add prompt to flip "inheritEnv" setting to false to fix conda activation issue #7607
Comments
If the user dismisses (the "X") we should show it again. The context of the setting is User Setting, and should apply to all work spaces. |
Just to make sure everyone understands what is the issue, the prompt is being displayed for Windows users (and apparently not for Mac nor Linux) as you can see here: #7861 |
Can I suggest we change as follows Novice users won't know what |
I had to also run |
Verified on Windows with 2019.11.42782-dev: Nothing appeared when opening a workspace and selecting a conda environment. Closing this issue and #7733. |
To address #5764
if it isn't a Windows machine and if the selected interpreter is a conda environment and "terminal.integrated.inheritEnv" is not set on the user's user settings, we can prompt the message below:
"We noticed you're using a conda environment. If you are experiencing issues with this environment in the integrated terminal, we suggest the "terminal.integrated.inheritEnv" setting to be changed to false. Would you like to update this setting?"
Options: Yes, No
And add telemetry for the yes selection, so we can know if this is actually solving the issue.
The text was updated successfully, but these errors were encountered: