microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Default `parameters.enableLongRunningTests` to `true` #4194

Closed MicroFish91 closed 3 months ago

MicroFish91 commented 3 months ago

Hossam had a good idea about just defaulting these to true since they only get triggered on updates to main or rel/*.

We can keep the parameter available still in case people want to opt out of the long running tests when triggering manually.