-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ASK CLI v2.0.x #15
Comments
I confirm using ask-cli v2.0.x that a simple Command Palette "ASK: Create a skill from a template" create an error "command ask init -l" doesn't support "-l" parameter. |
Hey @habuma , @ziolelle . Thanks for raising this up & sorry for the inconvenience. As you may have already checked, We are working with the CLI team to figure out the best way forward, without breaking our tool users experience. For now, we request you to install the |
Hey @habuma , @ziolelle , we have released a new version of the extension, that is completely decoupled from ASK CLI. Please update your local extension version and try it out. If you think we still need to have ASK CLI functionality in the extension, please open a feature request so that we can collect more feedback regarding the same. Thanks once again. Closing this issue at the moment. |
- Update Alexa hosted skills deployment page - Add git operations listener & refactor skill deploy view logic & add export skill package command - Rebase & add error messages when skill deploy failed - Improve deploy skill page rendering & change createZipFile input parameter - Fix bug bash issues: Improve deploy skill page rendering (bug #15) & Non-hosted skill dynamic skill package path issue (bug #18, #25, #29) & Update force deploy indication (bug #22, #24) & Add lambda code indication in non-hosted skill deploy page (bug # 26, #27)
Description:
As of last week, ASK CLI v2.0.0 was released (and v2.0.1 shortly thereafter). Currently, the VSCode extension only works with ASK CLI v1.x, making it difficult to take advantage of for v2.0.x-created projects.
Steps to reproduce the issue:
ask
commands). They won't work because the CLI has changed.Observed result:
Intellisense, snippets, and JSON schema features won't work in the new project structure created from ASK CLI v2. This is because the configuration is geared toward specific paths and those paths have changed.
Some of the ASK commands in the command palette won't work as expected because the ASK CLI has changed.
Expected result:
The extension would provide all of the same benefits for ASK CLI v2 as it did for ASK CLI v1.x. (Or, there would be a separate extension that offers those same benefits for ASK CLI v2.)
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Not that it should matter much, but this was on Mac.
VS Code version:
1.44.0
The text was updated successfully, but these errors were encountered: