You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the core functionalities of the python environments extension is project management. A project (in the context of this extension) will be defined as: "a single or group of python files which have a environment connected to them". Projects are created by aPythonProjectCreator which implements a create function that will return a PythonProject.
Here is the creators we plan to have as built-ins in the extension:
Creator
Description
QuickCreate
MVP?
Issue
Add Existing Project
Allow user to select file/folder within workspace
No
Yes
-
Auto-Find Project
Projects collected in workspace by finding pyproject.toml files
Additionally, build in projects will be linked up with copilot to provide better support for these project types by copilot during the "new" creation flow.
Project Summary
One of the core functionalities of the python environments extension is project management. A
project
(in the context of this extension) will be defined as: "a single or group of python files which have a environment connected to them". Projects are created by aPythonProjectCreator
which implements acreate
function that will return aPythonProject
.Here is the creators we plan to have as built-ins in the extension:
QuickCreate
pyproject.toml
filesOutstanding Work
Todos and Status for Built in
PythonProjectCreator
Copilot Integration
Additionally, build in projects will be linked up with copilot to provide better support for these project types by copilot during the "new" creation flow.
/new
for copilot #286Bug Fixes
references:
Python: New Project
command #191The text was updated successfully, but these errors were encountered: