-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code extension detects latest Azure Functions Core Tools detected as v4.0.1 #207
Comments
@HolisticDeveloper , can you post the output from your 'DURABLE FUNCTIONS MONITOR' output channel (omitting anything sensitive), when trying to attach? |
@HolisticDeveloper , do you still need help on this? |
Sorry for the delay, I got sidetracked by a pressing issue... Here's the output: yarn global bin failed. Command failed: yarn global bin
'yarn' is not recognized as an internal or external command,
operable program or batch file.
Using Functions host: func I've learned that yarn isn't supposed to be installed globally anymore but I did run Using Functions host: func |
@HolisticDeveloper , the logic of discovering the path to func.exe is here. Anyway, you can always explicitly specify the full path to func.exe via this setting: |
Well, even the tool itself thinks it is old. 🤷🏻♂️ Maybe there has been a change in what is reported by |
Since the extension is looking for a minimum version of The extension is working after doing this. Feel free to close if you don't plan to work around this issue. |
I've recently moved to a new computer and I'm trying to set up Durable Functions Monitor in VS Code again. After installing Azure Function Core Tools globally via chocolatey (
choco install azure-functions-core-tools
), I get the following error when trying to attach to a task hub:The package version installed by chocolatey is 4.0.5907, and I get the following output from
func.exe
:Have I misconfigured something?
The text was updated successfully, but these errors were encountered: