Hi
I have a Core Repository for which I have downloaded by clicking on the ‘Work locally’ button, then installed the extension and then clicked the Cursor button on the web which downloaded the project and opened it in Cursor.
As the project loads, I can see the following message: “Failed to start Functions dev server for”
Digging further, I the problem happens because a binary runtime binary for mac doesn’t exist
2025-10-06 09:37:23.294 [info] /bin/bash: /Users/myname/Desktop/QueryFunctions/python-functions/build/dev-server/runtime/service/bin/darwin-arm64/functions-python-runtime: No such file or directory
As you can see in the picture, only the linux architecture is present.
It seems an issue with the setup process done by the VSCode extension but I’m unsure.