Folder setup: ``` src\trigger1\... src\trigger2\... ... ``` I have modified the `function.json` files, however, every time I try to deploy the system tells me that there are no HTTP triggers found. I think this is because the system is only scanning 1 folder deep. https://github.com/microsoft/vscode-azurefunctions/blob/d1318cad6809dbe65029dfe2012c76a1b17d0df5/src/commands/deploy/notifyDeployComplete.ts#L60 Is there a different way of accomplishing this?