Remove deprecated local-debugger.js from Alexa-hosted skill template
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[X] Other... Please describe: Remove a deprecated feature
Expected Behavior
When creating a new project, the lambda/local-debugger.js script shouldn't be included in the new project.
Current Behavior
Currently, when creating an Alexa-hosted skill, lambda/local-debugger.js is included. But per comments in that very same script, this script has been deprecated in favor of VSCode and ask-sdk-local-debug support.
Steps to Reproduce (for bugs)
Perform ask new and create a new Alexa-hosted Node.js skill.
Possible Solution
Remove local-debugger.js from the Alexa-hosted skills template.
Your Environment and Context
- ask-cli version: 2.24.1
- Operating System and version: MacOS 11.6
- Node.js version used for development: 16.6.1
- NPM version used for development: 7.24.1
You are right, we will reach out to the team that owns that template and see if we can get it updated. Thank you!
duplciate issue skill-sample-nodejs-hello-world/issues/43
thanks for creating an issue in the sample repo directly!