logicapps
logicapps copied to clipboard
VSCode - Can't see workflow run history since version 1.0.6
Does this occur consistently? Yes
Repro steps:
- Create new logic app project locally
- Run the project
- Right click workflow and click "Overview"
- Run history is not shown. The following error appears

After downgrading to version 1.0.6, the issue no longer happens and the run history is shown.
I've managed to fix this myself by reverse engineering the extension bundle. I found where it was failing to access the port in C:\Users\<username>\.vscode\extensions\ms-azuretools.vscode-azurelogicapps-1.0.19\dist\extension.bundle.js, and replaced it with "7071"

This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
This is not resolved, we still have to manually update the JS file for each new version
Re-Opening the issue for investigation