-
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
Prompt users to start vscode from anaconda prompt when we detect conda env was selected #10626
Comments
If I am correct, this would be impossible in case VSCode is used in combination with an SSH remote (extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh). I am myself often confronted with #5559, it would be nice if another workaround would be possible to solve this issue. The solution proposed in that bug report has been closed in favour of this solution. |
@thomsentner that is a good point. This wouldn't work for remote scenarios. FWIW this is one proposed solution for multiple conda issues (#5344), but not for all of them. |
Hello, would this solution work in conjunction with |
Workaround for remote scenariosIn scenarios where it's not possible to launch VSCode via an activated environment, I have captured the instructions in a GIF: Here're step by step instructions for the example:
cc/ @thomsentner |
This should no longer be needed with #11039. |
One way to work around many of our conda issues is to start VS Code from the Anaconda Prompt (e.g. #10444). Maybe we can add a prompt to ask users to start VS Code from Anaconda Prompt when we noticed they have a conda environment selected. (we may want to add a modal window for this)
The text was updated successfully, but these errors were encountered: