microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
92 stars 35 forks source link

Hot reload Functions Host when new trigger is added #573

Open nturinski opened 2 years ago

nturinski commented 2 years ago

@simonaco Mentioned from the customer study that there was an expectation that the new trigger shouldn't have to re-run the project when adding a trigger to a local project that is currently debugging. We should be able to hot-reload the project for them. With Mac, keep this workaround in mind: https://github.com/Azure/azure-functions-core-tools/issues/1738#issuecomment-622553961

alexweininger commented 2 years ago

Related: https://github.com/microsoft/vscode-azurefunctions/pull/2695