Creates and opens a new workspace folder set up for Python development. One way to do it could be:
- Prompts to enter path to project with prefilled input, similar to:

- Creates it and opens it as workspace
- Runs
Create Environment and selects it for workspace
- (Optional) Creates a
main.py entrypoint
We can use it in the first step of getting started to encourage users to start using projects and local environments, which right now isn't done if no project is already opened:

cc/ @cwebster-99
Creates and opens a new workspace folder set up for Python development. One way to do it could be:
Create Environmentand selects it for workspacemain.pyentrypointWe can use it in the first step of getting started to encourage users to start using projects and local environments, which right now isn't done if no project is already opened:
cc/ @cwebster-99