The extension now exposes a command that will display a list of known (automatically discovered) interpreters. Selecting an item from this interpreter will automatically configure your workspace settings file settings.json
to make use of this interpreter.
This now frees you from having to manually open the settings.json
file and make the necessary changes.
How are the interpreters discovered?
/usr/local/bin, /usr/sbin, /sbin, C:\\Python2.7
, etc. will be searched for interpretersHow to use this feature?
Python: Select Workspace Interpreter
from the [command palette](https://code.visualstudio.com/docs/editor/codebasics#_command-palette)
quick pick
listsettings.json
file automatically.Interpreter is not listed
If the interpreter you are looking for is not listed here, then please enter is manually using the instructions found here.
The extension now exposes a command that allows you to:
The extension now exposes a command that will display a list of known (automatically discovered) interpreters. Selecting an item from this interpreter will automatically configure your workspace settings file settings.json
to make use of this interpreter.
This now frees you from having to manually open the settings.json
file and make the necessary changes.
How are the interpreters discovered?
/usr/local/bin, /usr/sbin, /sbin, C:\\Python2.7
, etc. will be searched for interpretersHow to use this feature?
Python: Select Workspace Interpreter
from the [command palette](https://code.visualstudio.com/docs/editor/codebasics#_command-palette)
quick pick
listsettings.json
file automatically.Interpreter is not listed
If the interpreter you are looking for is not listed here, then please enter is manually using the instructions found here.
The extension now exposes a command that allows you to: