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
The azureFunctions.createNewProject command is called to restart the flow but the options are never passed in (and the current execution is ended due to throwing an error farther down.
The text was updated successfully, but these errors were encountered:
createFunction
API and pass in some options, such as language (but NOTfolderPath
) in an empty workspace (no project open)Create New Project
Expected : Create project flow keeps options passed in
Actual : The options are lost, so for example if you specified a language it will still prompt to select a language later on in the flow
The issue seems to be here : https://github.com/microsoft/vscode-azurefunctions/blob/main/src/commands/createFunction/createFunction.ts#L80
The
azureFunctions.createNewProject
command is called to restart the flow but the options are never passed in (and the current execution is ended due to throwing an error farther down.The text was updated successfully, but these errors were encountered: