alexa / ask-toolkit-for-vscode

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills.
https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/get-started-with-the-ask-toolkit-for-visual-studio-code.html
Apache License 2.0
108 stars 52 forks source link

Various operations result in a Git error "No skill repository found" #234

Closed tydonelson closed 1 year ago

tydonelson commented 1 year ago

Describe the bug

The extension is unable to create new Alexa hosted python skills using Python runtimes.

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to Skills Management, select "Create a skill"
  2. Give it a name, change the Hosting runtime to "Alexa-Hosted (Python)", select a local directory
  3. Click Create
  4. Toast error appears: "Skill creation failed. Reason: Failed to create a hosted skill. Reason: Git folder setup failed for / Reason: No skill repository found.

Alternative steps to reproduce the behavior:

  1. Attempt to download and edit an existing skill