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: make profile deletion error more helpful #196

Closed tydonelson closed 2 years ago

tydonelson commented 2 years ago

Description

Motivation and Context

When attempting to delete the currently active profile, the current error message tells you what went wrong but not how to solve it. The ASK profile is managed from a more out-of-the-way place, down in the status bar, so this change is just to more explicitly direct the user to where they can solve profile-related issues.

Testing

Unit - Added a new test, and all current tests are passing - image

Manual - When attempting to delete currently active profile, new error message displays - image

Types of changes

Checklist

License