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

fix: skill simulation locale drop down was not handling missing IM #260

Closed doiron closed 1 year ago

doiron commented 1 year ago

Description

this commit is the fix https://github.com/alexa/ask-toolkit-for-vscode/commit/eab6d354352abea31a43a577565fcd9a6ae2992f

the other commit, https://github.com/alexa/ask-toolkit-for-vscode/commit/eab6d354352abea31a43a577565fcd9a6ae2992f, which is most of the changes in this PR are mostly trying to improve the file's lint errors (from 23 down to 4)

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License