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: correct AbstractCommand for context menus #231

Closed tonyhallett closed 1 year ago

tonyhallett commented 1 year ago

Description

Context menu commands do not work.

Motivation and Context

fixes #227 that has been bizarrely closed in favour of a workaround.

Testing

https://github.com/tonyhallett/ask-toolkit-for-vscode/blob/fix-closed-issue-227/test/askContainer/commands/deviceRegistry.test.ts

Types of changes

Checklist

License

tydonelson commented 1 year ago

Thanks for much for the fix @tonyhallett ! Sorry for the confusion, we had closed the other issue in favor to indicate the the presence of the workaround to resolve the immediate issue and were tracking the underlying issue elsewhere, which wasn't readily apparent here. I just pulled down your change and verified it, looks great!