I'm trying to use VC.Code on Windows to work on Alexa skills.
I've installed:
- nodejs
- List item
- ASK CLI
Extension added to VSCode:
- Alexa Skills Kit (ASK) Toolkit
- AWS Toolkit
When I run ASK CLI from the cmd window it seems fine.
However, when I try use most commands from VSCode Command Pallete
e.g.
ASK: Create a skill from a template'
or
'ASK: Clone a skill'
I get an error, as it appears the first thing the the command issues is "ask init -l"
which results in:
error: unknown option '-l'
Sure enough typing ask init -l into the cmd window causes the same error.
- Why are the ASk commands in VSCode using an incorrect parameter?
- Is it incorrect?
- How do I make the commands work?