forked from DonJayamanne/pythonVSCode
-
Couldn't load subscription status.
- Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #16811, #17189, #16678, #17198
Complexity: 4
Welcome page
- Run the
Help: Welcomecommand - Make sure you see the "Get started with Python development" tile. You should not need to add any settings to see it there.
- Click on that walkthrough
Step: Select Python interpreter
- Navigate to the
Select a Python Interpreterstep (the previous step was tested in the previous release) - Make sure the svg is rendered appropriately.
- Change to a light theme and make sure it changes colors accordingly.
Step: Run and debug your Python file
- Click on the
Run and debug your Python filestep - Make sure clicking on the
Openlink makes the file explorer show up , and if you select a file it will open to the side. - Close the file you opened on the previous step so you have nothing open on the side of the walkthrough (necessary for the next step)
- Make sure clicking on the
createlink will display a drop down with file options, and if you click on any of them, it will display it on the side. - Make sure the
Learn morebutton redirects to https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world - Make sure the svg is rendered appropriately
Step: Explore more resources
- Click on the
Explore more resourcesstep - Make sure clicking on the
command palettelink opens up the command palette. - Make sure clicking on
sign updirects to https://code.visualstudio.com/welcome-python - Make sure
Release notesdirects to https://aka.ms/AA8dxtb - Make sure clicking on
Learn moredirects to https://code.visualstudio.com/docs/python/python-tutorial - Make sure svg is rendered appropriately



