Deployment doesn't zip files filtered by `files.exclude` setting if there is no `.funcignore` file (v1.13.3) · Issue #3978 · microsoft/vscode-azurefunctions
We have the following directory structure: build/ azure/ host.json my-function/ function.json index.js and this in .vscode/settings.json: "azureFunctions.projectLanguage": "JavaScript", "azureFunct...