Private Key Path in VS Code not working

Hello, I am trying to build a watch face with a photo I created. I am having trouble with VS Code and getting started. I keep getting the error of: Unable to load private key. In the settings I have a path for the developer key and for the jungle files and for the developer ID. Is there something else I'm missing? Does the developer ID and Key Path have to go to a specific type of file? I looked at past help questions but those all are from eclipse and not VS Code. Thank you.

  • The developer ID isn't necessary for building, it's used for the ERA viewer. It's not a file, it's a UUID that can be determined by logging into the the CIQ store at [https://apps.garmin.com], clicking on your own developer name (*), and looking at the URL. You need to have uploaded at least one app for this to work, I think.

    (*) You can see all of your uploaded apps by clicking on the profile icon in the upper-right hand corner, then clicking on "Developer Dashboard". Each of your apps will have a link with your developer name. When you click on your own developer name, you'll see a URL which looks like this: [https://apps.garmin.com/developer/UUID/apps]

    The developer key path is the full path (directory + filename) to your private CIQ developer key. If you don't already have a private key, you should generate one by opening the command palette (CTRL/CMD-SHIFT-P) and selecting "Monkey C: Generate a Developer Key". Save this file somewhere on your system drive and put the full path in the Monkey C: Developer Key Path setting.