microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[VsCodeExt] Whe Azure Functions Core Tools is not installed, connecting to a Task Hub results in a meaningless 'No response within 60 seconds' error message.

scale-tone opened this issue · comments

Need to detect this condition and make the error message more meaningful. E.g. 'please install Core Tools so and so'

FYI: when I tried to run this tool in vscode for the first time, the error message I got actually had that information. "No response within 60 seconds. Ensure you have the latest Azure Functions Core Tools installed globally."

At least for me, that easily pointed me in the right direction on how to get it up and running.

vscode version: 1.66.2
durable functions monitor extension version: v5.5.0

image