The behavior described in https://github.com/MicrosoftDocs/azure-docs/issues/36045#issuecomment-516278405 is currently not reflected
Starting a node.js project always defaults to Production environment. Setting AZURE_FUNCTIONS_ENVIRONMENT via local.settings.json yields An item with the same key has already been added. Key: AZURE_FUNCTIONS_ENVIRONMENT. Right now I can't see how to start the core tools in development env.
Please honor NODE_ENV=development in local.settings.json or at least allow setting AZURE_FUNCTIONS_ENVIRONMENT manually