You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-release version of the Python extension installed
Steps:
Intention is to verify no error prompts show up at startup, and only show up when user manually attempts to use a feature of an extension which requires an interpreter:
Select an invalid interpreter. You can use Python: Select Interpreter command and choose Enter interpreter path... item.
Verify prompt shows up.
Reload window.
Open a Python file to activate the extension. Verify no error prompts show up at startup.
Verify the following warning with appropriate theme color appears in the status bar:
Try using any feature of the Python extension which requires a Python interpreter, and verify that the prompt to select interpreter shows up. Some of the important ones to verify:
Running python files in:
Terminal: Play icon on top right
REPL (Shift + Enter)
Debugging
Refactoring. For eg. "Sort Imports"
Linting
Any Python: ... commands requiring an interpreter or anything in the context menu
The text was updated successfully, but these errors were encountered:
karrtikr
changed the title
Test: Improve experience when no Python interpreter is selected
Test: Improve experience when an invalid Python interpreter is selected
Jul 25, 2022
Refs: #19174
Complexity: 5
Create Issue
Requirements:
Steps:
Intention is to verify no error prompts show up at startup, and only show up when user manually attempts to use a feature of an extension which requires an interpreter:
Python: Select Interpreter
command and chooseEnter interpreter path...
item.Shift + Enter
)Python: ...
commands requiring an interpreter or anything in the context menuThe text was updated successfully, but these errors were encountered: