-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Durable Task Scheduler resource type #1014
Add Durable Task Scheduler resource type #1014
Conversation
Signed-off-by: Phillip Hoff <[email protected]>
Is this in preparation for changes to the Functions extension? |
Yes, it'd be to allow the Functions extension to extend DTS resources shown in the Azure tree (which currently show up in the "Unknown" group). I assume it's still the case that we can't add support without this first step? |
Yes, that's still the case. Just depends on if you'd like us to merge this now, or when the support in Azure Functions is ready. |
@alexweininger Is there a reasonable way that I can develop/test the Functions extension support without having this committed first? I seem to vaguely recall a way that I can run multiple in-development extensions together in the same test instance, but it's been a long minute. |
Two ways. First is to package Azure Resources into a vsix and install it then debug Functions. Second is to use this Launch config which launches both Azure Resources and Azure Functions. But you'll only be able to set breakpoints in the currently opened extension (in this case Functions) https://github.com/microsoft/vscode-azurefunctions/blob/fe58f7faca18e3e52e4bef833db2a9d068dd3746/.vscode/launch.json#L22-L39 |
@alexweininger That's super useful, thanks; I've used that method to prepare proposed changes to the Functions extension. I've switched this to a draft PR for now; I'll switch it back when we're ready for both to go in. |
@alexweininger We're ready for the Functions extensions changes to go it, so it'd be great to get this committed whenever convenient. |
@philliphoff We're releasing tomorrow, do you want these changes included? |
@alexweininger If possible, that'd be great. If not, when's the next window? |
@philliphoff I can get it in today |
Adds a resource type for the new Durable Task Scheduler resource.