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

Add progress message to deploy after function app is picked #4190

Closed motm32 closed 3 months ago

motm32 commented 3 months ago

Fixes #4189.

findTreeItem takes around 10-15 seconds to finish so it can be a little confusing to users why nothing is happening after they pick a function app. This occurs with both regular and containerized apps.

On another note, currently getOrCreateFunctionApp is only being used in deploy so this shouldn't be shown anywhere else. Not sure if we want to make a note that this function should only be used with deploy due to the message or do something else?