This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VS Code cannot create a project

I was trying to follow the video to create a project with VS Code. 

After I click the Create Application buttion, there is nothing happens. It only create a Folder with APP's name, but the folder is empty.
I have the admin right of the computer.

The folder created is empty

Installation path of nRF Connect

Parents Reply Children
  • Hi,

    We can try checking whether it is an issue with permissions. Try creating the application once again and after you click on Create Application, if you open the developer tools in VS Code (Help > Toggle Developer Tools), an error should happen with the file copy.

    There will be some error indicated, like:

    {errno: -13, code: "EACCES", syscall: "mkdir", path: "..."}

    Kindly try this and share your screenshot with me so that we can analyse the issue.

    Regards,

    PK

  • Hey!

    uh this helped me! I just figured out that my git was not working correctly and got an error there. VSCode couldnt find my git.. after fixing this issue I am able to create a new project (or open one of the examples).

    Cheers

Related