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
@asavaritayal I don't think the timing of that prompt matches up with what you want. That prompt happens because they have a project they created with the func cli (or elsewhere) and are opening it in VS Code for the first time. In many cases, FUNCTIONS_WORKER_RUNTIME should already be set.
I believe you want us to somehow validate for the case when local.settings.json is deleted because it's not tracked by source control (similar to Azure/azure-functions-core-tools#1261), but I'm not sure when that should happen. Also I think adding FUNCTIONS_WORKER_RUNTIME to source control is the true fix: Azure/azure-functions-host#3120
ejizba
changed the title
Set FUNCTIONS_WORKER_RUNTIME on project initialization
Validate FUNCTIONS_WORKER_RUNTIME is defined
May 7, 2019
After this message -
Prompt the user to pick a language for their project and initialize it as the
FUNCTIONS_WORKER_RUNTIME
setting in thelocal.settings.json
file.This'll ensure that the user is set up for success to run/debug functions locally.
The text was updated successfully, but these errors were encountered: