I am not able to open Logic App designer in VS Code?

Diptangshu Karmakar 0 Reputation points
2025-03-11T12:21:56.6233333+00:00

I am not able to open Logic App workflow in designer in VS Code, getting the below error.

Error:

Starting Design Time Api
5:45:58 PM: Running command: "C:\Users\diptangshu.karmakar\.azurelogicapps\dependencies\FuncCoreTools\func host start --port 8000" with pid: "21048"...
'C:\Users\diptangshu.karmakar\.azurelogicapps\dependencies\FuncCoreTools\func' is not recognized as an internal or external command,
operable program or batch file.
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,553 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hofman, Rob 0 Reputation points
    2025-05-12T20:08:49.0633333+00:00

    I got it working on windows by installing the azure function core tools however on mac this does not work.

    ❯ func --version

    4.0.7030

    The error i get:

    PM: Running command: "/Users/robhofman/.azurelogicapps/dependencies/FuncCoreTools/func host start --port 8000" with pid: "35435"...
    /bin/sh: /Users/robhofman/.azurelogicapps/dependencies/FuncCoreTools/func: No such file or directory
    
    
    

    when looking in the folder I see no func indeed

    User's image

    When I copy the alias of func (installed via brew) to the funcCoreTools, I get the same error.

    anyone who experianced this issue on MacOS

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.