8000 Add a `Python: New Project` command · Issue #191 · microsoft/vscode-python-environments · GitHub
[go: up one dir, main page]

Skip to content
Add a Python: New Project command #191
@karrtikr

Description

@karrtikr

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

Metadata

Metadata

Labels

feature-requestRequest for new features or functionality

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0