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

"Create function app" missing in deploy flow #3327

Open ejizba opened 2 years ago

ejizba commented 2 years ago

Repro steps

  1. Open a function app project
  2. Deploy (from command palette or UI)

Expect

It gives me an option to create a function app, also with "Advanced" Option

Actual

It just says "Select a resource" and I can only pick existing apps

There should be a nightly test that uses this flow, so a bit curious if the test is failing or I'm just crazy. https://github.com/microsoft/vscode-azurefunctions/blob/main/test/nightly/createProjectAndDeploy.test.ts#L84

Version: 1.7.4 OS: darwin OS Release: 21.6.0 Product: Visual Studio Code Product Version: 1.71.0 Language: en

nturinski commented 2 years ago

While I can't speak to you being crazy, this was sacrificed when we put everything in the unified view.

However, we are currently working on another quickpick API to fix this issue. Not sure why the test isn't breaking, but it's probably because it's using the old showTreePicker or something along those lines.

ejizba commented 2 years ago

It's been gone that long 😭😭😭

nturinski commented 2 years ago

We're actively working on it, I swears!