forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
needs spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.
Description
We should investigate the flow we are encouraging in the Getting Started with Python walkthrough to ensure it reflects best practice's and the idealized use of the tool.
We currently guide users to:
- Create a Python file
- Select a Python Interpreter
- Run and debug a Python file
- Explore more resources
We also show a different flow if the user has a workspace open:
- Create a Python file
- Create a Python environment
- Run and debug a Python file
- Explore more resources
Some considerations are if we should encourage the user to open a folder instead of a file, where we should prompt the user to create an environment, if these tiles are in the best order, etc.
Metadata
Metadata
Assignees
Labels
needs spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.