Joe Chung
Joe Chung
@penggaolai there is a `listNext` method to follow the continuation (_nextLink_) returned by the `list` method so you can get more run actions. The `listNext` can also return a continuation...
Related issue for the Consumption extension linked. There are explorer tree node ID conflicts between the Logic Apps extensions (both Standard and Consumption) and one (or more) of the extensions...
@hartra344 Can you link to the duplicate issue where this was fixed? Thanks.
It sounds like the request is to show a folder picker (defaulting to the root folder) instead of always choosing the root folder here. https://github.com/microsoft/vscode-azurelogicapps/blob/main/src/commands/logic-app/addLogicAppToProject.ts#L25
Can you please attach the .cpuprofile.txt file to this issue? Or post a gist and link to it here? Thanks.
Thank you for sharing this profiler data. I will take a look at this as soon as I can.
I took a look at the CPU profiler data. The unresponsiveness is caused by having to load and compile a large number of scripts from the `azure-arm-resource` dependency. We can...
This is a code change which will require updating the extension to use the newer modules instead of the older ones.
Will updating `vscode-azureextensionui` unblock progress on this? In the meantime, I have forwarded this PR to my lead and PM for them to review.
You aren't duplicating work. Your effort thus far is greatly appreciated!