alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

fix(controls): Fix launch.json to work out-of-box in vscode #637

Closed mikelid-zz closed 4 years ago

mikelid-zz commented 4 years ago

Description

The existing sample launch.json does not work. It was causing an cannot find files for dist/test/*/.spec.js despite the files being present. The new target uses ts-node and references the .ts files directly which is preferable.

Motivation and Context

Help contributors to the controls framework quickly onboard with vscode.

Testing

Manual testing.

Screenshots (if appropriate)

Types of changes

Checklist

License