-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when picking Create new local app setting from local.settings.json when creating blob trigger (Error getSubscriptionPromptStep) #3191
Comments
Thanks for reporting the issue, I'm able to reproduce this. Notes: Issue is with this line vscode-azurefunctions/src/commands/addBinding/settingSteps/LocalAppSettingListStep.ts Line 75 in 411ece5
Doesn't reproduce if you pick an existing setting on this step. |
@alexweininger thank you very much. Please how do one pick an existing setting on this step? |
Please have you found a fix around this? |
I downgraded the Azure Function extension to v1.6.2 as a work-around. |
Fix has been released /~https://github.com/microsoft/vscode-azurefunctions/releases/tag/v1.7.2 |
Repro steps:
Expected:
New value created and written to local.settings.json upon creation
Actual:
Error appears with "Cannot read properties of undefined (reading 'getSubscriptionPromptStep')
The text was updated successfully, but these errors were encountered: