We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conda
Refs: #21828
Complexity: 3
Create Issue
myscript.py
.conda
conda create -p .conda python
Python: Create Environment ...
Note: The delete can fail, but you should be able to see instructions in the logs about deleting it manually.
Your folder structure should look like this:
workspace1 |- .conda (dir) |- myscript.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refs: #21828
Complexity: 3
Create Issue
Requirements:
conda
installedVerification:
Setup
myscript.py
file in it. Content of the file does not matter..conda
environment:conda create -p .conda python
myscript.py
, this should activate the python extension.Verify Re-create option
Python: Create Environment ...
commandconda
from the options.Note: The delete can fail, but you should be able to see instructions in the logs about deleting it manually.
Verify Use Existing
Python: Create Environment ...
commandYour folder structure should look like this:
The text was updated successfully, but these errors were encountered: