You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] 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
The text was updated successfully, but these errors were encountered:
I'm submitting a...
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
The text was updated successfully, but these errors were encountered: