-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Test: New getting started walkthrough when Python isn't installed #19549
Comments
On Linux:
installinstructions.mov |
@joyceerhl Could you please create an issue? I expect refresh to automatically be triggered when the list is opened without the need to use the refresh button. |
@lszomoru Can you try running |
@karrtikr, I have spent hours today trying to delete |
I see, well thanks for testing it out! I discussed it in the meeting today and python is necessary for older versions of macOS to function, so maybe that is the problem. Seems like there's no way to replicate this condition without mocking code in the extension, so for the purposes of the issue we'll consider it done. Again, thanks a lot for spending the time! |
Refs: #19099
Complexity: 5
Authors: @karrtikr @luabud
Create Issue
Requirements
Steps
Open the walkthrough ("Get started... Open walkthrough" command, select "Get started with Python development")
Verify that no "No Python installed" notifications pop up
Verify all 4 tiles appear as expected:
Verify clicking on "Create Python file" creates an untitled Python file on the side:
Verify clicking on "Select Python Interpreter" shows a "Python is not installed" option in the drop down:
Clicking on it will show different things depending on the OS.
The text was updated successfully, but these errors were encountered: