Provide `Create Environment` within the `Select Interpreter` quick pick
See original GitHub issueWould it be worth having a Create Environment with ...
option in the environment quick pick that would use the newest version of Python found to be installed globally?
Issue Analytics
- State:
- Created 10 months ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Using Python environments in VS Code
If you are creating an environment using Venv, the command presents a list of interpreters that can be used as a base for...
Read more >How can I set up a virtual environment for Python in Visual ...
To select a specific environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P). And: The Status Bar always shows the ......
Read more >Selecting the correct Python interpreter in ... - YouTube
These are the settings adjustments you'll need to make to use a conda Python environment to execute your code inside of VSCode.
Read more >Remove "Recommended" tag in create environment quickpick ...
Starting Pylance language server. Jupyter provided interpreter path override: /opt/conda/bin/python > conda run -n base --no-capture-output ...
Read more >How to Set Default Python Interpreter in VS Code
On your VS code press Ctrl + Shift + P, to open the command palette. · Type and select “Python: Select Linter”. ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I agree, I was thinking of
+
more as add something to the list, aka create environment/interpreter. I like both the options, we could quickly experiment it up to decide 😉But how discoverable is that icon? I personally would never think to look up there. I would also consider the “+” to do what “Enter interpreter path” does (it even matches its current icon 😉) before I would think of “+” meaning “Create Environment”.