microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Azure Functions Python - function app create broken with v2 #4183

Open shreyabatra4 opened 3 months ago

shreyabatra4 commented 3 months ago

When creating a function app with Python v2, if you say you will create the first function at a later time, the project files are not created. The experience should be that the function app itself is still created, but not any functions inside.