logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

VSCode - Can't see workflow run history since version 1.0.6

Open asos-yusufzerdazi opened this issue 3 years ago • 1 comments

Does this occur consistently? Yes

Repro steps:

  1. Create new logic app project locally
  2. Run the project
  3. Right click workflow and click "Overview"
  4. Run history is not shown. The following error appears image

After downgrading to version 1.0.6, the issue no longer happens and the run history is shown.

asos-yusufzerdazi avatar May 19 '22 09:05 asos-yusufzerdazi

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" dd08a2ab-35d3-4dbb-bc85-19c5b15741f7

asos-yusufzerdazi avatar Jun 16 '22 10:06 asos-yusufzerdazi

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 20 '22 21:10 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Oct 27 '22 22:10 github-actions[bot]

This is not resolved, we still have to manually update the JS file for each new version

asos-yusufzerdazi avatar Dec 09 '22 16:12 asos-yusufzerdazi

Re-Opening the issue for investigation

NitashaV avatar Dec 09 '22 18:12 NitashaV