-
Notifications
You must be signed in to change notification settings - Fork 6
Add a Python: New Project
command
#191
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
Comments
Python: New Project
commandPython: New Workspace
command
Based on discussion, "Project" can be interpreted to contain config files and more. As folder is meant to be empty, it's best if we use other terminology, "Workspace" instead could work better. |
I really really like this idea and it's definitely something we hear as something folks missing when trying Python in VS Code for the first time. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Python: New Workspace
commandPython: New Project
command
Aligning conversations for the most up to date direction for a We can follow the templates in vscode-python-templates for structure but our core default project templates should be:
I suggested we use the default Django project CLI commands to build the project but we may need to provide a default structure for FastAPI and Flask. We can reach out to FastAPI, Flask, and Django communities for feedback on our approach as well! For each project, we should:
|
Creates and opens a new workspace folder set up for Python development. One way to do it could be:
Create Environment
and selects it for workspacemain.py
entrypointWe 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
The text was updated successfully, but these errors were encountered: