forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #17667
- anyOS @isidorn
- anyOS @bamurtaugh
Complexity: 3
Requirements:
- Access to a machine with no Python installed, maybe a devcontainer for linux.
- Pre-release version of the Python extension installed
Steps:
Case 1: No Python installed
- Open a Python file, and use button on top right to run it:

- Verify the following prompt shows up:

- Verify clicking
Select Interpreteropens the quickpick saying:

Case 2: Invalid Python selected
- Have Python installed.
- Select an invalid interpreter. You can use
Python: Select Interpretercommand and chooseEnter interpreter path...item. - Verify following prompt shows up on running Python file in this case:

Case 3: Invalid Python selected: multiroot scenario with multiple workspace folders opened
Reactions are currently unavailable
