microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

appservice: Pass null for exclude glob for functions deployment if no `.funcignore` file is found #1693

Closed nturinski closed 7 months ago

nturinski commented 7 months ago

Will fix https://github.com/microsoft/vscode-azurefunctions/issues/3978

If ignore array is empty, pass in null because using undefined defaults to exclude.files from .vscode/settings.json