microsoft / vscode-azurefunctions

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

Create from Deploy feature and some local UX changes #4130

Closed nturinski closed 1 month ago

nturinski commented 1 month ago

This is basically this PR https://github.com/microsoft/vscode-azurefunctions/pull/4042 but I removed some of the UX changes regarding "Create function locally...".

I really didn't like having the prompt asking for what type of project does the user want to create. It doesn't really make sense to have it in our main entry point, so until we can think of a good solution, the command list looks like this:

Old: image New: image

Other changes I probably should have made separate PRs for 😅:

alexweininger commented 1 month ago

I expected there to be a way to deploy from the local project. Was that ever discussed? image

nturinski commented 1 month ago

Whoo boy 🥵