microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.25k stars 1.15k forks source link

Investigate template repos for various types of Python projects #23154

Open cwebster-99 opened 3 months ago

cwebster-99 commented 3 months ago

Potential template scenarios:

Template repos can be used by Copilot to help create new workspaces (/new) as well as a potential Create Project command by the Python extension. These templates should reflect best practices and include things such as testing.

cwebster-99 commented 2 months ago

For purposes of feeding these templates into /new, we discussed it would be most helpful for all examples to be in one repo. For a Create Project command, we should avoid tying to repos as it complicates maintenance.

The next step for this item would be to start scaffolding template folders in a repo.

shtratos commented 2 weeks ago

Another template suggestion: AzureOpenAI/LLM/Prompt engineering (though there's probably a lot of overlap with DataScience)