UI to disable async pattern on HTTP requests in VSCode #763
simonp92
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been developing a Logic App standard using the VSCode extension.
While developing I needed to disable the Async pattern for a HTTP request. There is no UI option for this when developing in VSCode as opposed to the consumption based logic apps where the option is available on the designer:
Logic app standard:

Logic app consumption:

The workaround was to toggle the setting by setting the operationOptions by editing the workflow.json directly in the text editor:

I think a button to toggle this feature on the designer would be beneficial
Beta Was this translation helpful? Give feedback.
All reactions