When trying to debug a function project locally, VS Code cannot access the installation of azure-functions-core-tools v3.

VS Code also fails to install the tools using the built-in command.

However, azure-functions-core-tools v3 is installed using homebrew and accessible via PATH.

Is there a VS Code setting or environment variable that I need to set for the extension (and therefore the debugger) to pick up my installation of the core tools?