Skip to content

Commit

Permalink
Update local-debugger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LetMyPeopleCode committed Aug 6, 2020
1 parent fda2b23 commit e1c5921
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lambda/custom/local-debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
* permissions and limitations under the License.
*/

/* ## DEPRECATION NOTICE
This script has been deprecated and is no longer supported.
Please use the [ASK Toolkit for VS Code]
(https://marketplace.visualstudio.com/items?itemName=ask-toolkit.alexa-skills-kit-toolkit),
which provides a more end-to-end integration with Visual Studio Code. If you
use another editor/IDE, please check out the [ASK SDK Local Debug package at npm]
(https://www.npmjs.com/package/ask-sdk-local-debug).
*/

const net = require('net');
const fs = require('fs');

Expand Down

0 comments on commit e1c5921

Please sign in to comment.